Html Css Color HEX #643A70 Honey Flower

📋 copy color: '#643A70'

red 100 ◦ green 58 ◦ blue 112

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

Shades of Honey Flower #643A70

Tints of Honey Flower #643A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 37.04%
G = 21.48%
B = 41.48%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#643A70 (or 0x643A70) is known color: Honey Flower. HEX triplet: 64, 3A and 70. RGB value is (100,58,112). Sum of RGB (Red+Green+Blue) = 100+58+112=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #643A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643A70 is #9BC58F. Grayscale: #4C4C4C. Windows color (decimal): -10208656 or 7354980. OLE color: 7354980.

HSL color Cylindrical-coordinate representation of color #643A70: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #643A70 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 58 112 -
CMYK 0.11 0.48 0 0.56
HSL 286.67º 0.32% 0.33% -
HSV(B) 286.67º 0.48% 0.44% -
XYZ 9.69 6.91 16.15 -
YUV 76.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 100 58 112 0.11 0.48 0 0.56 286.67 0.32 0.33
Hex 64 3A 70 B 30 0 38 11F 20 21
Octal 144 72 160 13 60 0 70 437 40 41
Binary 1100100 111010 1110000 1011 110000 0 111000 100011111 100000 100001

Color Harmonies of #643A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643A70

Black with #643A70

Text Example


Text Example

White with #643A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,58,112); }

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

background-color css

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

 a { background-color: rgb(100,58,112); }

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

border-color css

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

 span { border-color: rgb(100,58,112); }

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