Html Css Color HEX #6B1A55 Palatinate Purple

📋 copy color: '#6B1A55'

red 107 ◦ green 26 ◦ blue 85

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

Shades of Palatinate Purple #6B1A55

Tints of Palatinate Purple #6B1A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.93%

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

R = 49.08%
G = 11.93%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6B1A55 (or 0x6B1A55) is known color: Palatinate Purple. HEX triplet: 6B, 1A and 55. RGB value is (107,26,85). Sum of RGB (Red+Green+Blue) = 107+26+85=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1A55 is #94E5AA. Grayscale: #383838. Windows color (decimal): -9758123 or 5577323. OLE color: 5577323.

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

Color convert

RGB 107 26 85 -
CMYK 0 0.76 0.21 0.58
HSL 316.3º 0.61% 0.26% -
HSV(B) 316.3º 0.76% 0.42% -
XYZ 8.07 4.52 9.04 -
YUV 56.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 107 26 85 0 0.76 0.21 0.58 316.3 0.61 0.26
Hex 6B 1A 55 0 4C 15 3A 13C 3D 1A
Octal 153 32 125 0 114 25 72 474 75 32
Binary 1101011 11010 1010101 0 1001100 10101 111010 100111100 111101 11010

Color Harmonies of #6B1A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1A55

Black with #6B1A55

Text Example


Text Example

White with #6B1A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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