Html Css Color HEX #67427D Honey Flower

📋 copy color: '#67427D'

red 103 ◦ green 66 ◦ blue 125

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

Shades of Honey Flower #67427D

Tints of Honey Flower #67427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

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

R = 35.03%
G = 22.45%
B = 42.52%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67427D (or 0x67427D) is known color: Honey Flower. HEX triplet: 67, 42 and 7D. RGB value is (103,66,125). Sum of RGB (Red+Green+Blue) = 103+66+125=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #67427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67427D is #98BD82. Grayscale: #535353. Windows color (decimal): -10009987 or 8208999. OLE color: 8208999.

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

Color convert

RGB 103 66 125 -
CMYK 0.18 0.47 0 0.51
HSL 277.63º 0.31% 0.37% -
HSV(B) 277.63º 0.47% 0.49% -
XYZ 11.24 8.26 20.4 -
YUV 83.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 103 66 125 0.18 0.47 0 0.51 277.63 0.31 0.37
Hex 67 42 7D 12 2F 0 33 116 1F 25
Octal 147 102 175 22 57 0 63 426 37 45
Binary 1100111 1000010 1111101 10010 101111 0 110011 100010110 11111 100101

Color Harmonies of #67427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67427D

Black with #67427D

Text Example


Text Example

White with #67427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,66,125); }

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

background-color css

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

 a { background-color: rgb(103,66,125); }

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

border-color css

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

 span { border-color: rgb(103,66,125); }

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