Html Css Color HEX #62317C Honey Flower

📋 copy color: '#62317C'

red 98 ◦ green 49 ◦ blue 124

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

Shades of Honey Flower #62317C

Tints of Honey Flower #62317C

RGB

 RED value IS 98 (38.67% from 255) = 36.16%

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

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 36.16%
G = 18.08%
B = 45.76%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62317C (or 0x62317C) is known color: Honey Flower. HEX triplet: 62, 31 and 7C. RGB value is (98,49,124). Sum of RGB (Red+Green+Blue) = 98+49+124=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #62317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62317C is #9DCE83. Grayscale: #474747. Windows color (decimal): -10342020 or 8139106. OLE color: 8139106.

HSL color Cylindrical-coordinate representation of color #62317C: hue angle of 279.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62317C is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 49 124 -
CMYK 0.21 0.60 0 0.51
HSL 279.2º 0.43% 0.34% -
HSV(B) 279.2º 0.6% 0.49% -
XYZ 9.77 6.25 19.76 -
YUV 72.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 98 49 124 0.21 0.60 0 0.51 279.2 0.43 0.34
Hex 62 31 7C 15 3C 0 33 117 2B 22
Octal 142 61 174 25 74 0 63 427 53 42
Binary 1100010 110001 1111100 10101 111100 0 110011 100010111 101011 100010

Color Harmonies of #62317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62317C

Black with #62317C

Text Example


Text Example

White with #62317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62317C; }

 p { color: rgb(98,49,124); }

 H1.HeaderClassName
 {
   color: #62317C;
 }
 .AnyTagClassName
 {
   color: #62317C;
 }
</style>

background-color css

<style>
 a { background-color: #62317C; }

 a { background-color: rgb(98,49,124); }

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

border-color css

<style>
 span { border-color: #62317C; }

 span { border-color: rgb(98,49,124); }

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