Html Css Color HEX #64347B Honey Flower

📋 copy color: '#64347B'

red 100 ◦ green 52 ◦ blue 123

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

Shades of Honey Flower #64347B

Tints of Honey Flower #64347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.91%

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 36.36%
G = 18.91%
B = 44.73%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64347B (or 0x64347B) is known color: Honey Flower. HEX triplet: 64, 34 and 7B. RGB value is (100,52,123). Sum of RGB (Red+Green+Blue) = 100+52+123=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #64347B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64347B is #9BCB84. Grayscale: #4A4A4A. Windows color (decimal): -10210181 or 8074340. OLE color: 8074340.

HSL color Cylindrical-coordinate representation of color #64347B: hue angle of 280.56º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64347B is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 52 123 -
CMYK 0.19 0.58 0 0.52
HSL 280.56º 0.41% 0.34% -
HSV(B) 280.56º 0.58% 0.48% -
XYZ 10.06 6.6 19.48 -
YUV 74.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 100 52 123 0.19 0.58 0 0.52 280.56 0.41 0.34
Hex 64 34 7B 13 3A 0 34 119 29 22
Octal 144 64 173 23 72 0 64 431 51 42
Binary 1100100 110100 1111011 10011 111010 0 110100 100011001 101001 100010

Color Harmonies of #64347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64347B

Black with #64347B

Text Example


Text Example

White with #64347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64347B; }

 p { color: rgb(100,52,123); }

 H1.HeaderClassName
 {
   color: #64347B;
 }
 .AnyTagClassName
 {
   color: #64347B;
 }
</style>

background-color css

<style>
 a { background-color: #64347B; }

 a { background-color: rgb(100,52,123); }

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

border-color css

<style>
 span { border-color: #64347B; }

 span { border-color: rgb(100,52,123); }

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