Html Css Color HEX #6F1768 Palatinate Purple

📋 copy color: '#6F1768'

red 111 ◦ green 23 ◦ blue 104

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

Shades of Palatinate Purple #6F1768

Tints of Palatinate Purple #6F1768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

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

R = 46.64%
G = 9.66%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F1768 (or 0x6F1768) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 68. RGB value is (111,23,104). Sum of RGB (Red+Green+Blue) = 111+23+104=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1768 is #90E897. Grayscale: #3A3A3A. Windows color (decimal): -9496728 or 6821743. OLE color: 6821743.

HSL color Cylindrical-coordinate representation of color #6F1768: hue angle of 304.77º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1768 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 23 104 -
CMYK 0 0.79 0.06 0.56
HSL 304.77º 0.66% 0.26% -
HSV(B) 304.77º 0.79% 0.44% -
XYZ 9.36 4.99 13.57 -
YUV 58.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 111 23 104 0 0.79 0.06 0.56 304.77 0.66 0.26
Hex 6F 17 68 0 4F 6 38 131 42 1A
Octal 157 27 150 0 117 6 70 461 102 32
Binary 1101111 10111 1101000 0 1001111 110 111000 100110001 1000010 11010

Color Harmonies of #6F1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1768

Black with #6F1768

Text Example


Text Example

White with #6F1768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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