Html Css Color HEX #643F76 Honey Flower

📋 copy color: '#643F76'

red 100 ◦ green 63 ◦ blue 118

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

Shades of Honey Flower #643F76

Tints of Honey Flower #643F76

RGB

 RED value IS 100 (39.45% from 255) = 35.59%

 GREEN value IS 63 (25% from 255) = 22.42%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 35.59%
G = 22.42%
B = 41.99%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#643F76 (or 0x643F76) is known color: Honey Flower. HEX triplet: 64, 3F and 76. RGB value is (100,63,118). Sum of RGB (Red+Green+Blue) = 100+63+118=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #643F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F76 is #9BC089. Grayscale: #505050. Windows color (decimal): -10207370 or 7749476. OLE color: 7749476.

HSL color Cylindrical-coordinate representation of color #643F76: hue angle of 280.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #643F76 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 63 118 -
CMYK 0.15 0.47 0 0.54
HSL 280.36º 0.3% 0.35% -
HSV(B) 280.36º 0.47% 0.46% -
XYZ 10.3 7.57 18.06 -
YUV 80.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 100 63 118 0.15 0.47 0 0.54 280.36 0.3 0.35
Hex 64 3F 76 F 2F 0 36 118 1E 23
Octal 144 77 166 17 57 0 66 430 36 43
Binary 1100100 111111 1110110 1111 101111 0 110110 100011000 11110 100011

Color Harmonies of #643F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643F76

Black with #643F76

Text Example


Text Example

White with #643F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643F76; }

 p { color: rgb(100,63,118); }

 H1.HeaderClassName
 {
   color: #643F76;
 }
 .AnyTagClassName
 {
   color: #643F76;
 }
</style>

background-color css

<style>
 a { background-color: #643F76; }

 a { background-color: rgb(100,63,118); }

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

border-color css

<style>
 span { border-color: #643F76; }

 span { border-color: rgb(100,63,118); }

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