Html Css Color HEX #67407A Honey Flower

📋 copy color: '#67407A'

red 103 ◦ green 64 ◦ blue 122

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

Shades of Honey Flower #67407A

Tints of Honey Flower #67407A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 35.64%
G = 22.15%
B = 42.21%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#67407A (or 0x67407A) is known color: Honey Flower. HEX triplet: 67, 40 and 7A. RGB value is (103,64,122). Sum of RGB (Red+Green+Blue) = 103+64+122=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #67407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67407A is #98BF85. Grayscale: #525252. Windows color (decimal): -10010502 or 8011879. OLE color: 8011879.

HSL color Cylindrical-coordinate representation of color #67407A: hue angle of 280.34º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67407A is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 64 122 -
CMYK 0.16 0.48 0 0.52
HSL 280.34º 0.31% 0.36% -
HSV(B) 280.34º 0.48% 0.48% -
XYZ 10.94 7.96 19.37 -
YUV 82.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 103 64 122 0.16 0.48 0 0.52 280.34 0.31 0.36
Hex 67 40 7A 10 30 0 34 118 1F 24
Octal 147 100 172 20 60 0 64 430 37 44
Binary 1100111 1000000 1111010 10000 110000 0 110100 100011000 11111 100100

Color Harmonies of #67407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67407A

Black with #67407A

Text Example


Text Example

White with #67407A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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