Html Css Color HEX #6F0863 Palatinate Purple

📋 copy color: '#6F0863'

red 111 ◦ green 8 ◦ blue 99

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

Shades of Palatinate Purple #6F0863

Tints of Palatinate Purple #6F0863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

 BLUE value IS 99 (39.06% from 255) = 45.41%

R = 50.92%
G = 3.67%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F0863 (or 0x6F0863) is known color: Palatinate Purple. HEX triplet: 6F, 08 and 63. RGB value is (111,8,99). Sum of RGB (Red+Green+Blue) = 111+8+99=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0863 is #90F79C. Grayscale: #303030. Windows color (decimal): -9500573 or 6490223. OLE color: 6490223.

HSL color Cylindrical-coordinate representation of color #6F0863: hue angle of 306.99º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0863 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 8 99 -
CMYK 0 0.93 0.11 0.56
HSL 306.99º 0.87% 0.23% -
HSV(B) 306.99º 0.93% 0.44% -
XYZ 8.89 4.45 12.2 -
YUV 49.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 111 8 99 0 0.93 0.11 0.56 306.99 0.87 0.23
Hex 6F 8 63 0 5D B 38 133 57 17
Octal 157 10 143 0 135 13 70 463 127 27
Binary 1101111 1000 1100011 0 1011101 1011 111000 100110011 1010111 10111

Color Harmonies of #6F0863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0863

Black with #6F0863

Text Example


Text Example

White with #6F0863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,99); }

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

background-color css

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

 a { background-color: rgb(111,8,99); }

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

border-color css

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

 span { border-color: rgb(111,8,99); }

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