Html Css Color HEX #67427F Affair

📋 copy color: '#67427F'

red 103 ◦ green 66 ◦ blue 127

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

Shades of Affair #67427F

Tints of Affair #67427F

RGB

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

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

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

R = 34.8%
G = 22.3%
B = 42.91%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#67427F (or 0x67427F) is known color: Affair. HEX triplet: 67, 42 and 7F. RGB value is (103,66,127). Sum of RGB (Red+Green+Blue) = 103+66+127=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #67427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67427F is #98BD80. Grayscale: #535353. Windows color (decimal): -10009985 or 8340071. OLE color: 8340071.

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

Color convert

RGB 103 66 127 -
CMYK 0.19 0.48 0 0.50
HSL 276.39º 0.32% 0.38% -
HSV(B) 276.39º 0.48% 0.5% -
XYZ 11.37 8.31 21.08 -
YUV 84.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 103 66 127 0.19 0.48 0 0.50 276.39 0.32 0.38
Hex 67 42 7F 13 30 0 32 114 20 26
Octal 147 102 177 23 60 0 62 424 40 46
Binary 1100111 1000010 1111111 10011 110000 0 110010 100010100 100000 100110

Color Harmonies of #67427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67427F

Black with #67427F

Text Example


Text Example

White with #67427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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