Html Css Color HEX #6B1560 Palatinate Purple

📋 copy color: '#6B1560'

red 107 ◦ green 21 ◦ blue 96

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

Shades of Palatinate Purple #6B1560

Tints of Palatinate Purple #6B1560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 47.77%
G = 9.38%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B1560 (or 0x6B1560) is known color: Palatinate Purple. HEX triplet: 6B, 15 and 60. RGB value is (107,21,96). Sum of RGB (Red+Green+Blue) = 107+21+96=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1560 is #94EA9F. Grayscale: #373737. Windows color (decimal): -9759392 or 6296939. OLE color: 6296939.

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

Color convert

RGB 107 21 96 -
CMYK 0 0.80 0.10 0.58
HSL 307.67º 0.67% 0.25% -
HSV(B) 307.67º 0.8% 0.42% -
XYZ 8.44 4.51 11.49 -
YUV 55.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 107 21 96 0 0.80 0.10 0.58 307.67 0.67 0.25
Hex 6B 15 60 0 50 A 3A 134 43 19
Octal 153 25 140 0 120 12 72 464 103 31
Binary 1101011 10101 1100000 0 1010000 1010 111010 100110100 1000011 11001

Color Harmonies of #6B1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1560

Black with #6B1560

Text Example


Text Example

White with #6B1560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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