Html Css Color HEX #6A1E4A Pompadour

📋 copy color: '#6A1E4A'

red 106 ◦ green 30 ◦ blue 74

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

Shades of Pompadour #6A1E4A

Tints of Pompadour #6A1E4A

RGB

 RED value IS 106 (41.8% from 255) = 50.48%

 GREEN value IS 30 (12.11% from 255) = 14.29%

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 50.48%
G = 14.29%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6A1E4A (or 0x6A1E4A) is known color: Pompadour. HEX triplet: 6A, 1E and 4A. RGB value is (106,30,74). Sum of RGB (Red+Green+Blue) = 106+30+74=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1E4A is #95E1B5. Grayscale: #393939. Windows color (decimal): -9822646 or 4857450. OLE color: 4857450.

HSL color Cylindrical-coordinate representation of color #6A1E4A: hue angle of 325.26º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A1E4A is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 30 74 -
CMYK 0 0.72 0.30 0.58
HSL 325.26º 0.56% 0.27% -
HSV(B) 325.26º 0.72% 0.42% -
XYZ 7.64 4.49 6.94 -
YUV 57.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 106 30 74 0 0.72 0.30 0.58 325.26 0.56 0.27
Hex 6A 1E 4A 0 48 1E 3A 145 38 1B
Octal 152 36 112 0 110 36 72 505 70 33
Binary 1101010 11110 1001010 0 1001000 11110 111010 101000101 111000 11011

Color Harmonies of #6A1E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1E4A

Black with #6A1E4A

Text Example


Text Example

White with #6A1E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A1E4A; }

 p { color: rgb(106,30,74); }

 H1.HeaderClassName
 {
   color: #6A1E4A;
 }
 .AnyTagClassName
 {
   color: #6A1E4A;
 }
</style>

background-color css

<style>
 a { background-color: #6A1E4A; }

 a { background-color: rgb(106,30,74); }

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

border-color css

<style>
 span { border-color: #6A1E4A; }

 span { border-color: rgb(106,30,74); }

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