Html Css Color HEX #6F045F Palatinate Purple

📋 copy color: '#6F045F'

red 111 ◦ green 4 ◦ blue 95

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

Shades of Palatinate Purple #6F045F

Tints of Palatinate Purple #6F045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 52.86%
G = 1.9%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F045F (or 0x6F045F) is known color: Palatinate Purple. HEX triplet: 6F, 04 and 5F. RGB value is (111,4,95). Sum of RGB (Red+Green+Blue) = 111+4+95=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F045F is #90FBA0. Grayscale: #2E2E2E. Windows color (decimal): -9501601 or 6227055. OLE color: 6227055.

HSL color Cylindrical-coordinate representation of color #6F045F: hue angle of 308.97º 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 #6F045F is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 4 95 -
CMYK 0 0.96 0.14 0.56
HSL 308.97º 0.93% 0.23% -
HSV(B) 308.97º 0.96% 0.44% -
XYZ 8.66 4.29 11.2 -
YUV 46.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 111 4 95 0 0.96 0.14 0.56 308.97 0.93 0.23
Hex 6F 4 5F 0 60 E 38 135 5D 17
Octal 157 4 137 0 140 16 70 465 135 27
Binary 1101111 100 1011111 0 1100000 1110 111000 100110101 1011101 10111

Color Harmonies of #6F045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F045F

Black with #6F045F

Text Example


Text Example

White with #6F045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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