Html Css Color HEX #6F2553 Pompadour

📋 copy color: '#6F2553'

red 111 ◦ green 37 ◦ blue 83

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

Shades of Pompadour #6F2553

Tints of Pompadour #6F2553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

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

R = 48.05%
G = 16.02%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F2553 (or 0x6F2553) is known color: Pompadour. HEX triplet: 6F, 25 and 53. RGB value is (111,37,83). Sum of RGB (Red+Green+Blue) = 111+37+83=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2553 is #90DAAC. Grayscale: #404040. Windows color (decimal): -9493165 or 5449071. OLE color: 5449071.

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

Color convert

RGB 111 37 83 -
CMYK 0 0.67 0.25 0.56
HSL 322.7º 0.5% 0.29% -
HSV(B) 322.7º 0.67% 0.44% -
XYZ 8.78 5.33 8.75 -
YUV 64.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 111 37 83 0 0.67 0.25 0.56 322.7 0.5 0.29
Hex 6F 25 53 0 43 19 38 143 32 1D
Octal 157 45 123 0 103 31 70 503 62 35
Binary 1101111 100101 1010011 0 1000011 11001 111000 101000011 110010 11101

Color Harmonies of #6F2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2553

Black with #6F2553

Text Example


Text Example

White with #6F2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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