Html Css Color HEX #6F2862 Palatinate Purple

📋 copy color: '#6F2862'

red 111 ◦ green 40 ◦ blue 98

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

Shades of Palatinate Purple #6F2862

Tints of Palatinate Purple #6F2862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

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

R = 44.58%
G = 16.06%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F2862 (or 0x6F2862) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 62. RGB value is (111,40,98). Sum of RGB (Red+Green+Blue) = 111+40+98=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2862 is #90D79D. Grayscale: #434343. Windows color (decimal): -9492382 or 6432879. OLE color: 6432879.

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

Color convert

RGB 111 40 98 -
CMYK 0 0.64 0.12 0.56
HSL 310.99º 0.47% 0.3% -
HSV(B) 310.99º 0.64% 0.44% -
XYZ 9.52 5.78 12.17 -
YUV 67.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 111 40 98 0 0.64 0.12 0.56 310.99 0.47 0.3
Hex 6F 28 62 0 40 C 38 137 2F 1E
Octal 157 50 142 0 100 14 70 467 57 36
Binary 1101111 101000 1100010 0 1000000 1100 111000 100110111 101111 11110

Color Harmonies of #6F2862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2862

Black with #6F2862

Text Example


Text Example

White with #6F2862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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