Html Css Color HEX #6F2560 Palatinate Purple

📋 copy color: '#6F2560'

red 111 ◦ green 37 ◦ blue 96

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

Shades of Palatinate Purple #6F2560

Tints of Palatinate Purple #6F2560

RGB

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

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

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

R = 45.49%
G = 15.16%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F2560 (or 0x6F2560) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 60. RGB value is (111,37,96). Sum of RGB (Red+Green+Blue) = 111+37+96=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2560 is #90DA9F. Grayscale: #414141. Windows color (decimal): -9493152 or 6301039. OLE color: 6301039.

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

Color convert

RGB 111 37 96 -
CMYK 0 0.67 0.14 0.56
HSL 312.16º 0.5% 0.29% -
HSV(B) 312.16º 0.67% 0.44% -
XYZ 9.33 5.55 11.65 -
YUV 65.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 111 37 96 0 0.67 0.14 0.56 312.16 0.5 0.29
Hex 6F 25 60 0 43 E 38 138 32 1D
Octal 157 45 140 0 103 16 70 470 62 35
Binary 1101111 100101 1100000 0 1000011 1110 111000 100111000 110010 11101

Color Harmonies of #6F2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2560

Black with #6F2560

Text Example


Text Example

White with #6F2560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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