Html Css Color HEX #6F1253 Pompadour

📋 copy color: '#6F1253'

red 111 ◦ green 18 ◦ blue 83

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

Shades of Pompadour #6F1253

Tints of Pompadour #6F1253

RGB

 RED value IS 111 (43.75% from 255) = 52.36%

 GREEN value IS 18 (7.42% from 255) = 8.49%

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 52.36%
G = 8.49%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F1253 (or 0x6F1253) is known color: Pompadour. HEX triplet: 6F, 12 and 53. RGB value is (111,18,83). Sum of RGB (Red+Green+Blue) = 111+18+83=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1253 is #90EDAC. Grayscale: #353535. Windows color (decimal): -9498029 or 5444207. OLE color: 5444207.

HSL color Cylindrical-coordinate representation of color #6F1253: hue angle of 318.06º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1253 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 18 83 -
CMYK 0 0.84 0.25 0.56
HSL 318.06º 0.72% 0.25% -
HSV(B) 318.06º 0.84% 0.44% -
XYZ 8.33 4.44 8.6 -
YUV 53.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 111 18 83 0 0.84 0.25 0.56 318.06 0.72 0.25
Hex 6F 12 53 0 54 19 38 13E 48 19
Octal 157 22 123 0 124 31 70 476 110 31
Binary 1101111 10010 1010011 0 1010100 11001 111000 100111110 1001000 11001

Color Harmonies of #6F1253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1253

Black with #6F1253

Text Example


Text Example

White with #6F1253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,83); }

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

background-color css

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

 a { background-color: rgb(111,18,83); }

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

border-color css

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

 span { border-color: rgb(111,18,83); }

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