Html Css Color HEX #66347D Honey Flower

📋 copy color: '#66347D'

red 102 ◦ green 52 ◦ blue 125

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

Shades of Honey Flower #66347D

Tints of Honey Flower #66347D

RGB

 RED value IS 102 (40.23% from 255) = 36.56%

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

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 36.56%
G = 18.64%
B = 44.8%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66347D (or 0x66347D) is known color: Honey Flower. HEX triplet: 66, 34 and 7D. RGB value is (102,52,125). Sum of RGB (Red+Green+Blue) = 102+52+125=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #66347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66347D is #99CB82. Grayscale: #4B4B4B. Windows color (decimal): -10079107 or 8205414. OLE color: 8205414.

HSL color Cylindrical-coordinate representation of color #66347D: hue angle of 281.1º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66347D is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 52 125 -
CMYK 0.18 0.58 0 0.51
HSL 281.1º 0.41% 0.35% -
HSV(B) 281.1º 0.58% 0.49% -
XYZ 10.41 6.76 20.16 -
YUV 75.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 102 52 125 0.18 0.58 0 0.51 281.1 0.41 0.35
Hex 66 34 7D 12 3A 0 33 119 29 23
Octal 146 64 175 22 72 0 63 431 51 43
Binary 1100110 110100 1111101 10010 111010 0 110011 100011001 101001 100011

Color Harmonies of #66347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66347D

Black with #66347D

Text Example


Text Example

White with #66347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66347D; }

 p { color: rgb(102,52,125); }

 H1.HeaderClassName
 {
   color: #66347D;
 }
 .AnyTagClassName
 {
   color: #66347D;
 }
</style>

background-color css

<style>
 a { background-color: #66347D; }

 a { background-color: rgb(102,52,125); }

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

border-color css

<style>
 span { border-color: #66347D; }

 span { border-color: rgb(102,52,125); }

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