Html Css Color HEX #6F2358 Palatinate Purple

📋 copy color: '#6F2358'

red 111 ◦ green 35 ◦ blue 88

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

Shades of Palatinate Purple #6F2358

Tints of Palatinate Purple #6F2358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

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

R = 47.44%
G = 14.96%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F2358 (or 0x6F2358) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 58. RGB value is (111,35,88). Sum of RGB (Red+Green+Blue) = 111+35+88=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2358 is #90DCA7. Grayscale: #3F3F3F. Windows color (decimal): -9493672 or 5776239. OLE color: 5776239.

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

Color convert

RGB 111 35 88 -
CMYK 0 0.68 0.21 0.56
HSL 318.16º 0.52% 0.29% -
HSV(B) 318.16º 0.68% 0.44% -
XYZ 8.92 5.29 9.78 -
YUV 63.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 111 35 88 0 0.68 0.21 0.56 318.16 0.52 0.29
Hex 6F 23 58 0 44 15 38 13E 34 1D
Octal 157 43 130 0 104 25 70 476 64 35
Binary 1101111 100011 1011000 0 1000100 10101 111000 100111110 110100 11101

Color Harmonies of #6F2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2358

Black with #6F2358

Text Example


Text Example

White with #6F2358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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