Html Css Color HEX #6F2E58 Palatinate Purple

📋 copy color: '#6F2E58'

red 111 ◦ green 46 ◦ blue 88

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

Shades of Palatinate Purple #6F2E58

Tints of Palatinate Purple #6F2E58

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.78%

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

R = 45.31%
G = 18.78%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F2E58 (or 0x6F2E58) is known color: Palatinate Purple. HEX triplet: 6F, 2E and 58. RGB value is (111,46,88). Sum of RGB (Red+Green+Blue) = 111+46+88=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2E58 is #90D1A7. Grayscale: #464646. Windows color (decimal): -9490856 or 5779055. OLE color: 5779055.

HSL color Cylindrical-coordinate representation of color #6F2E58: hue angle of 321.23º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2E58 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 46 88 -
CMYK 0 0.59 0.21 0.56
HSL 321.23º 0.41% 0.31% -
HSV(B) 321.23º 0.59% 0.44% -
XYZ 9.29 6.04 9.91 -
YUV 70.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 111 46 88 0 0.59 0.21 0.56 321.23 0.41 0.31
Hex 6F 2E 58 0 3B 15 38 141 29 1F
Octal 157 56 130 0 73 25 70 501 51 37
Binary 1101111 101110 1011000 0 111011 10101 111000 101000001 101001 11111

Color Harmonies of #6F2E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2E58

Black with #6F2E58

Text Example


Text Example

White with #6F2E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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