Html Css Color HEX #6F035F Palatinate Purple

📋 copy color: '#6F035F'

red 111 ◦ green 3 ◦ blue 95

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

Shades of Palatinate Purple #6F035F

Tints of Palatinate Purple #6F035F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 53.11%
G = 1.44%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F035F (or 0x6F035F) is known color: Palatinate Purple. HEX triplet: 6F, 03 and 5F. RGB value is (111,3,95). Sum of RGB (Red+Green+Blue) = 111+3+95=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F035F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F035F is #90FCA0. Grayscale: #2D2D2D. Windows color (decimal): -9501857 or 6226799. OLE color: 6226799.

HSL color Cylindrical-coordinate representation of color #6F035F: hue angle of 308.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F035F is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 3 95 -
CMYK 0 0.97 0.14 0.56
HSL 308.89º 0.95% 0.22% -
HSV(B) 308.89º 0.97% 0.44% -
XYZ 8.65 4.27 11.19 -
YUV 45.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 111 3 95 0 0.97 0.14 0.56 308.89 0.95 0.22
Hex 6F 3 5F 0 61 E 38 135 5F 16
Octal 157 3 137 0 141 16 70 465 137 26
Binary 1101111 11 1011111 0 1100001 1110 111000 100110101 1011111 10110

Color Harmonies of #6F035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F035F

Black with #6F035F

Text Example


Text Example

White with #6F035F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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