Html Css Color HEX #6F015D Palatinate Purple

📋 copy color: '#6F015D'

red 111 ◦ green 1 ◦ blue 93

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

Shades of Palatinate Purple #6F015D

Tints of Palatinate Purple #6F015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 54.15%
G = 0.49%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F015D (or 0x6F015D) is known color: Palatinate Purple. HEX triplet: 6F, 01 and 5D. RGB value is (111,1,93). Sum of RGB (Red+Green+Blue) = 111+1+93=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F015D is #90FEA2. Grayscale: #2C2C2C. Windows color (decimal): -9502371 or 6095215. OLE color: 6095215.

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

Color convert

RGB 111 1 93 -
CMYK 0 0.99 0.16 0.56
HSL 309.82º 0.98% 0.22% -
HSV(B) 309.82º 0.99% 0.44% -
XYZ 8.54 4.19 10.71 -
YUV 44.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 111 1 93 0 0.99 0.16 0.56 309.82 0.98 0.22
Hex 6F 1 5D 0 63 10 38 136 62 16
Octal 157 1 135 0 143 20 70 466 142 26
Binary 1101111 1 1011101 0 1100011 10000 111000 100110110 1100010 10110

Color Harmonies of #6F015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F015D

Black with #6F015D

Text Example


Text Example

White with #6F015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,93); }

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

background-color css

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

 a { background-color: rgb(111,1,93); }

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

border-color css

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

 span { border-color: rgb(111,1,93); }

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