Html Css Color HEX #643C7C Honey Flower

📋 copy color: '#643C7C'

red 100 ◦ green 60 ◦ blue 124

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

Shades of Honey Flower #643C7C

Tints of Honey Flower #643C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

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

R = 35.21%
G = 21.13%
B = 43.66%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#643C7C (or 0x643C7C) is known color: Honey Flower. HEX triplet: 64, 3C and 7C. RGB value is (100,60,124). Sum of RGB (Red+Green+Blue) = 100+60+124=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #643C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643C7C is #9BC383. Grayscale: #4F4F4F. Windows color (decimal): -10208132 or 8141924. OLE color: 8141924.

HSL color Cylindrical-coordinate representation of color #643C7C: hue angle of 277.5º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #643C7C is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 60 124 -
CMYK 0.19 0.52 0 0.51
HSL 277.5º 0.35% 0.36% -
HSV(B) 277.5º 0.52% 0.49% -
XYZ 10.51 7.4 19.94 -
YUV 79.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 100 60 124 0.19 0.52 0 0.51 277.5 0.35 0.36
Hex 64 3C 7C 13 34 0 33 116 23 24
Octal 144 74 174 23 64 0 63 426 43 44
Binary 1100100 111100 1111100 10011 110100 0 110011 100010110 100011 100100

Color Harmonies of #643C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643C7C

Black with #643C7C

Text Example


Text Example

White with #643C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,60,124); }

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

background-color css

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

 a { background-color: rgb(100,60,124); }

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

border-color css

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

 span { border-color: rgb(100,60,124); }

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