Html Css Color HEX #6F1D68 Palatinate Purple

📋 copy color: '#6F1D68'

red 111 ◦ green 29 ◦ blue 104

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

Shades of Palatinate Purple #6F1D68

Tints of Palatinate Purple #6F1D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 45.49%
G = 11.89%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F1D68 (or 0x6F1D68) is known color: Palatinate Purple. HEX triplet: 6F, 1D and 68. RGB value is (111,29,104). Sum of RGB (Red+Green+Blue) = 111+29+104=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D68 is #90E297. Grayscale: #3D3D3D. Windows color (decimal): -9495192 or 6823279. OLE color: 6823279.

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

Color convert

RGB 111 29 104 -
CMYK 0 0.74 0.06 0.56
HSL 305.12º 0.59% 0.27% -
HSV(B) 305.12º 0.74% 0.44% -
XYZ 9.49 5.26 13.61 -
YUV 62.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 111 29 104 0 0.74 0.06 0.56 305.12 0.59 0.27
Hex 6F 1D 68 0 4A 6 38 131 3B 1B
Octal 157 35 150 0 112 6 70 461 73 33
Binary 1101111 11101 1101000 0 1001010 110 111000 100110001 111011 11011

Color Harmonies of #6F1D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1D68

Black with #6F1D68

Text Example


Text Example

White with #6F1D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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