Html Css Color HEX #6F045B Palatinate Purple

📋 copy color: '#6F045B'

red 111 ◦ green 4 ◦ blue 91

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

Shades of Palatinate Purple #6F045B

Tints of Palatinate Purple #6F045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 91 (35.94% from 255) = 44.17%

R = 53.88%
G = 1.94%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F045B (or 0x6F045B) is known color: Palatinate Purple. HEX triplet: 6F, 04 and 5B. RGB value is (111,4,91). Sum of RGB (Red+Green+Blue) = 111+4+91=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F045B is #90FBA4. Grayscale: #2D2D2D. Windows color (decimal): -9501605 or 5964911. OLE color: 5964911.

HSL color Cylindrical-coordinate representation of color #6F045B: hue angle of 311.21º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F045B is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 4 91 -
CMYK 0 0.96 0.18 0.56
HSL 311.22º 0.93% 0.23% -
HSV(B) 311.22º 0.96% 0.44% -
XYZ 8.49 4.22 10.27 -
YUV 45.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 111 4 91 0 0.96 0.18 0.56 311.22 0.93 0.23
Hex 6F 4 5B 0 60 12 38 137 5D 17
Octal 157 4 133 0 140 22 70 467 135 27
Binary 1101111 100 1011011 0 1100000 10010 111000 100110111 1011101 10111

Color Harmonies of #6F045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F045B

Black with #6F045B

Text Example


Text Example

White with #6F045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,4,91); }

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

background-color css

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

 a { background-color: rgb(111,4,91); }

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

border-color css

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

 span { border-color: rgb(111,4,91); }

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