Html Css Color HEX #67407F Honey Flower

📋 copy color: '#67407F'

red 103 ◦ green 64 ◦ blue 127

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

Shades of Honey Flower #67407F

Tints of Honey Flower #67407F

RGB

 RED value IS 103 (40.63% from 255) = 35.03%

 GREEN value IS 64 (25.39% from 255) = 21.77%

 BLUE value IS 127 (50% from 255) = 43.2%

R = 35.03%
G = 21.77%
B = 43.2%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#67407F (or 0x67407F) is known color: Honey Flower. HEX triplet: 67, 40 and 7F. RGB value is (103,64,127). Sum of RGB (Red+Green+Blue) = 103+64+127=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #67407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67407F is #98BF80. Grayscale: #525252. Windows color (decimal): -10010497 or 8339559. OLE color: 8339559.

HSL color Cylindrical-coordinate representation of color #67407F: hue angle of 277.14º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67407F is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 64 127 -
CMYK 0.19 0.50 0 0.50
HSL 277.14º 0.33% 0.37% -
HSV(B) 277.14º 0.5% 0.5% -
XYZ 11.26 8.08 21.05 -
YUV 82.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 103 64 127 0.19 0.50 0 0.50 277.14 0.33 0.37
Hex 67 40 7F 13 32 0 32 115 21 25
Octal 147 100 177 23 62 0 62 425 41 45
Binary 1100111 1000000 1111111 10011 110010 0 110010 100010101 100001 100101

Color Harmonies of #67407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67407F

Black with #67407F

Text Example


Text Example

White with #67407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67407F; }

 p { color: rgb(103,64,127); }

 H1.HeaderClassName
 {
   color: #67407F;
 }
 .AnyTagClassName
 {
   color: #67407F;
 }
</style>

background-color css

<style>
 a { background-color: #67407F; }

 a { background-color: rgb(103,64,127); }

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

border-color css

<style>
 span { border-color: #67407F; }

 span { border-color: rgb(103,64,127); }

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