Html Css Color HEX #6F2562 Palatinate Purple

📋 copy color: '#6F2562'

red 111 ◦ green 37 ◦ blue 98

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

Shades of Palatinate Purple #6F2562

Tints of Palatinate Purple #6F2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 45.12%
G = 15.04%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F2562 (or 0x6F2562) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 62. RGB value is (111,37,98). Sum of RGB (Red+Green+Blue) = 111+37+98=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2562 is #90DA9D. Grayscale: #414141. Windows color (decimal): -9493150 or 6432111. OLE color: 6432111.

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

Color convert

RGB 111 37 98 -
CMYK 0 0.67 0.12 0.56
HSL 310.54º 0.5% 0.29% -
HSV(B) 310.54º 0.67% 0.44% -
XYZ 9.42 5.58 12.14 -
YUV 66.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 111 37 98 0 0.67 0.12 0.56 310.54 0.5 0.29
Hex 6F 25 62 0 43 C 38 137 32 1D
Octal 157 45 142 0 103 14 70 467 62 35
Binary 1101111 100101 1100010 0 1000011 1100 111000 100110111 110010 11101

Color Harmonies of #6F2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2562

Black with #6F2562

Text Example


Text Example

White with #6F2562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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