Html Css Color HEX #6B1455 Palatinate Purple

📋 copy color: '#6B1455'

red 107 ◦ green 20 ◦ blue 85

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

Shades of Palatinate Purple #6B1455

Tints of Palatinate Purple #6B1455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.43%

 BLUE value IS 85 (33.59% from 255) = 40.09%

R = 50.47%
G = 9.43%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6B1455 (or 0x6B1455) is known color: Palatinate Purple. HEX triplet: 6B, 14 and 55. RGB value is (107,20,85). Sum of RGB (Red+Green+Blue) = 107+20+85=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1455 is #94EBAA. Grayscale: #353535. Windows color (decimal): -9759659 or 5575787. OLE color: 5575787.

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

Color convert

RGB 107 20 85 -
CMYK 0 0.81 0.21 0.58
HSL 315.17º 0.69% 0.25% -
HSV(B) 315.17º 0.81% 0.42% -
XYZ 7.95 4.28 9 -
YUV 53.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 107 20 85 0 0.81 0.21 0.58 315.17 0.69 0.25
Hex 6B 14 55 0 51 15 3A 13B 45 19
Octal 153 24 125 0 121 25 72 473 105 31
Binary 1101011 10100 1010101 0 1010001 10101 111010 100111011 1000101 11001

Color Harmonies of #6B1455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1455

Black with #6B1455

Text Example


Text Example

White with #6B1455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,20,85); }

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

background-color css

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

 a { background-color: rgb(107,20,85); }

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

border-color css

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

 span { border-color: rgb(107,20,85); }

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