Html Css Color HEX #6F2558 Palatinate Purple

📋 copy color: '#6F2558'

red 111 ◦ green 37 ◦ blue 88

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

Shades of Palatinate Purple #6F2558

Tints of Palatinate Purple #6F2558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.29%

R = 47.03%
G = 15.68%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F2558 (or 0x6F2558) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 58. RGB value is (111,37,88). Sum of RGB (Red+Green+Blue) = 111+37+88=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2558 is #90DAA7. Grayscale: #404040. Windows color (decimal): -9493160 or 5776751. OLE color: 5776751.

HSL color Cylindrical-coordinate representation of color #6F2558: hue angle of 318.65º 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 #6F2558 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 88 -
CMYK 0 0.67 0.21 0.56
HSL 318.65º 0.5% 0.29% -
HSV(B) 318.65º 0.67% 0.44% -
XYZ 8.98 5.41 9.8 -
YUV 64.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 111 37 88 0 0.67 0.21 0.56 318.65 0.5 0.29
Hex 6F 25 58 0 43 15 38 13F 32 1D
Octal 157 45 130 0 103 25 70 477 62 35
Binary 1101111 100101 1011000 0 1000011 10101 111000 100111111 110010 11101

Color Harmonies of #6F2558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2558

Black with #6F2558

Text Example


Text Example

White with #6F2558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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