Html Css Color HEX #6F1D6A Palatinate Purple

📋 copy color: '#6F1D6A'

red 111 ◦ green 29 ◦ blue 106

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

Shades of Palatinate Purple #6F1D6A

Tints of Palatinate Purple #6F1D6A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.79%

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 45.12%
G = 11.79%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F1D6A (or 0x6F1D6A) is known color: Palatinate Purple. HEX triplet: 6F, 1D and 6A. RGB value is (111,29,106). Sum of RGB (Red+Green+Blue) = 111+29+106=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D6A is #90E295. Grayscale: #3E3E3E. Windows color (decimal): -9495190 or 6954351. OLE color: 6954351.

HSL color Cylindrical-coordinate representation of color #6F1D6A: hue angle of 303.66º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F1D6A is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 29 106 -
CMYK 0 0.74 0.05 0.56
HSL 303.66º 0.59% 0.27% -
HSV(B) 303.66º 0.74% 0.44% -
XYZ 9.6 5.3 14.15 -
YUV 62.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 111 29 106 0 0.74 0.05 0.56 303.66 0.59 0.27
Hex 6F 1D 6A 0 4A 5 38 130 3B 1B
Octal 157 35 152 0 112 5 70 460 73 33
Binary 1101111 11101 1101010 0 1001010 101 111000 100110000 111011 11011

Color Harmonies of #6F1D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1D6A

Black with #6F1D6A

Text Example


Text Example

White with #6F1D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,29,106); }

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

background-color css

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

 a { background-color: rgb(111,29,106); }

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

border-color css

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

 span { border-color: rgb(111,29,106); }

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