Html Css Color HEX #61317A Honey Flower

📋 copy color: '#61317A'

red 97 ◦ green 49 ◦ blue 122

#61317A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #61317A

Tints of Honey Flower #61317A

RGB

 RED value IS 97 (38.28% from 255) = 36.19%

 GREEN value IS 49 (19.53% from 255) = 18.28%

 BLUE value IS 122 (48.05% from 255) = 45.52%

R = 36.19%
G = 18.28%
B = 45.52%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#61317A (or 0x61317A) is known color: Honey Flower. HEX triplet: 61, 31 and 7A. RGB value is (97,49,122). Sum of RGB (Red+Green+Blue) = 97+49+122=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #61317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61317A is #9ECE85. Grayscale: #474747. Windows color (decimal): -10407558 or 8008033. OLE color: 8008033.

HSL color Cylindrical-coordinate representation of color #61317A: hue angle of 279.45º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61317A is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 49 122 -
CMYK 0.20 0.60 0 0.52
HSL 279.45º 0.43% 0.34% -
HSV(B) 279.45º 0.6% 0.48% -
XYZ 9.54 6.14 19.1 -
YUV 71.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 97 49 122 0.20 0.60 0 0.52 279.45 0.43 0.34
Hex 61 31 7A 14 3C 0 34 117 2B 22
Octal 141 61 172 24 74 0 64 427 53 42
Binary 1100001 110001 1111010 10100 111100 0 110100 100010111 101011 100010

Color Harmonies of #61317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61317A

Black with #61317A

Text Example


Text Example

White with #61317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61317A; }

 p { color: rgb(97,49,122); }

 H1.HeaderClassName
 {
   color: #61317A;
 }
 .AnyTagClassName
 {
   color: #61317A;
 }
</style>

background-color css

<style>
 a { background-color: #61317A; }

 a { background-color: rgb(97,49,122); }

 div.DivClassName
 {
   background-color: #61317A;
 }
 .BgClassName
 {
   background-color: #61317A;
 }
</style>

border-color css

<style>
 span { border-color: #61317A; }

 span { border-color: rgb(97,49,122); }

 td.TdClassName
 {
   border-color: #61317A;
 }
 .TagClassName
 {
   border-color: #61317A;
 }
</style>