Html Css Color HEX #6F2360 Palatinate Purple

📋 copy color: '#6F2360'

red 111 ◦ green 35 ◦ blue 96

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

Shades of Palatinate Purple #6F2360

Tints of Palatinate Purple #6F2360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 45.87%
G = 14.46%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F2360 (or 0x6F2360) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 60. RGB value is (111,35,96). Sum of RGB (Red+Green+Blue) = 111+35+96=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2360 is #90DC9F. Grayscale: #404040. Windows color (decimal): -9493664 or 6300527. OLE color: 6300527.

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

Color convert

RGB 111 35 96 -
CMYK 0 0.68 0.14 0.56
HSL 311.84º 0.52% 0.29% -
HSV(B) 311.84º 0.68% 0.44% -
XYZ 9.27 5.43 11.63 -
YUV 64.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 111 35 96 0 0.68 0.14 0.56 311.84 0.52 0.29
Hex 6F 23 60 0 44 E 38 138 34 1D
Octal 157 43 140 0 104 16 70 470 64 35
Binary 1101111 100011 1100000 0 1000100 1110 111000 100111000 110100 11101

Color Harmonies of #6F2360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2360

Black with #6F2360

Text Example


Text Example

White with #6F2360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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