Html Css Color HEX #6F0562 Palatinate Purple

📋 copy color: '#6F0562'

red 111 ◦ green 5 ◦ blue 98

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

Shades of Palatinate Purple #6F0562

Tints of Palatinate Purple #6F0562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 51.87%
G = 2.34%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F0562 (or 0x6F0562) is known color: Palatinate Purple. HEX triplet: 6F, 05 and 62. RGB value is (111,5,98). Sum of RGB (Red+Green+Blue) = 111+5+98=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0562 is #90FA9D. Grayscale: #2F2F2F. Windows color (decimal): -9501342 or 6423919. OLE color: 6423919.

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

Color convert

RGB 111 5 98 -
CMYK 0 0.95 0.12 0.56
HSL 307.36º 0.91% 0.23% -
HSV(B) 307.36º 0.95% 0.44% -
XYZ 8.81 4.37 11.93 -
YUV 47.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 111 5 98 0 0.95 0.12 0.56 307.36 0.91 0.23
Hex 6F 5 62 0 5F C 38 133 5B 17
Octal 157 5 142 0 137 14 70 463 133 27
Binary 1101111 101 1100010 0 1011111 1100 111000 100110011 1011011 10111

Color Harmonies of #6F0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0562

Black with #6F0562

Text Example


Text Example

White with #6F0562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,5,98); }

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

background-color css

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

 a { background-color: rgb(111,5,98); }

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

border-color css

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

 span { border-color: rgb(111,5,98); }

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