Html Css Color HEX #6B1260 Palatinate Purple

📋 copy color: '#6B1260'

red 107 ◦ green 18 ◦ blue 96

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

Shades of Palatinate Purple #6B1260

Tints of Palatinate Purple #6B1260

RGB

 RED value IS 107 (42.19% from 255) = 48.42%

 GREEN value IS 18 (7.42% from 255) = 8.14%

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

R = 48.42%
G = 8.14%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B1260 (or 0x6B1260) is known color: Palatinate Purple. HEX triplet: 6B, 12 and 60. RGB value is (107,18,96). Sum of RGB (Red+Green+Blue) = 107+18+96=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1260 is #94ED9F. Grayscale: #353535. Windows color (decimal): -9760160 or 6296171. OLE color: 6296171.

HSL color Cylindrical-coordinate representation of color #6B1260: hue angle of 307.42º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1260 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 18 96 -
CMYK 0 0.83 0.10 0.58
HSL 307.42º 0.71% 0.25% -
HSV(B) 307.42º 0.83% 0.42% -
XYZ 8.39 4.4 11.47 -
YUV 53.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 107 18 96 0 0.83 0.10 0.58 307.42 0.71 0.25
Hex 6B 12 60 0 53 A 3A 133 47 19
Octal 153 22 140 0 123 12 72 463 107 31
Binary 1101011 10010 1100000 0 1010011 1010 111010 100110011 1000111 11001

Color Harmonies of #6B1260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1260

Black with #6B1260

Text Example


Text Example

White with #6B1260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,18,96); }

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

background-color css

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

 a { background-color: rgb(107,18,96); }

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

border-color css

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

 span { border-color: rgb(107,18,96); }

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