Html Css Color HEX #6F1D6C Palatinate Purple

📋 copy color: '#6F1D6C'

red 111 ◦ green 29 ◦ blue 108

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

Shades of Palatinate Purple #6F1D6C

Tints of Palatinate Purple #6F1D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 44.76%
G = 11.69%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F1D6C (or 0x6F1D6C) is known color: Palatinate Purple. HEX triplet: 6F, 1D and 6C. RGB value is (111,29,108). Sum of RGB (Red+Green+Blue) = 111+29+108=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D6C is #90E293. Grayscale: #3E3E3E. Windows color (decimal): -9495188 or 7085423. OLE color: 7085423.

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

Color convert

RGB 111 29 108 -
CMYK 0 0.74 0.03 0.56
HSL 302.2º 0.59% 0.27% -
HSV(B) 302.2º 0.74% 0.44% -
XYZ 9.7 5.34 14.71 -
YUV 62.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 111 29 108 0 0.74 0.03 0.56 302.2 0.59 0.27
Hex 6F 1D 6C 0 4A 3 38 12E 3B 1B
Octal 157 35 154 0 112 3 70 456 73 33
Binary 1101111 11101 1101100 0 1001010 11 111000 100101110 111011 11011

Color Harmonies of #6F1D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1D6C

Black with #6F1D6C

Text Example


Text Example

White with #6F1D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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