Html Css Color HEX #6F1068 Palatinate Purple

📋 copy color: '#6F1068'

red 111 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #6F1068

Tints of Palatinate Purple #6F1068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

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

R = 48.05%
G = 6.93%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F1068 (or 0x6F1068) is known color: Palatinate Purple. HEX triplet: 6F, 10 and 68. RGB value is (111,16,104). Sum of RGB (Red+Green+Blue) = 111+16+104=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1068 is #90EF97. Grayscale: #363636. Windows color (decimal): -9498520 or 6819951. OLE color: 6819951.

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

Color convert

RGB 111 16 104 -
CMYK 0 0.86 0.06 0.56
HSL 304.42º 0.75% 0.25% -
HSV(B) 304.42º 0.86% 0.44% -
XYZ 9.24 4.75 13.53 -
YUV 54.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 111 16 104 0 0.86 0.06 0.56 304.42 0.75 0.25
Hex 6F 10 68 0 56 6 38 130 4B 19
Octal 157 20 150 0 126 6 70 460 113 31
Binary 1101111 10000 1101000 0 1010110 110 111000 100110000 1001011 11001

Color Harmonies of #6F1068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1068

Black with #6F1068

Text Example


Text Example

White with #6F1068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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