Html Css Color HEX #6B1A66 Palatinate Purple

📋 copy color: '#6B1A66'

red 107 ◦ green 26 ◦ blue 102

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

Shades of Palatinate Purple #6B1A66

Tints of Palatinate Purple #6B1A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 45.53%
G = 11.06%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6B1A66 (or 0x6B1A66) is known color: Palatinate Purple. HEX triplet: 6B, 1A and 66. RGB value is (107,26,102). Sum of RGB (Red+Green+Blue) = 107+26+102=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1A66 is #94E599. Grayscale: #3A3A3A. Windows color (decimal): -9758106 or 6691435. OLE color: 6691435.

HSL color Cylindrical-coordinate representation of color #6B1A66: hue angle of 303.7º 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 #6B1A66 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 26 102 -
CMYK 0 0.76 0.05 0.58
HSL 303.7º 0.61% 0.26% -
HSV(B) 303.7º 0.76% 0.42% -
XYZ 8.83 4.82 13.04 -
YUV 58.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 107 26 102 0 0.76 0.05 0.58 303.7 0.61 0.26
Hex 6B 1A 66 0 4C 5 3A 130 3D 1A
Octal 153 32 146 0 114 5 72 460 75 32
Binary 1101011 11010 1100110 0 1001100 101 111010 100110000 111101 11010

Color Harmonies of #6B1A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1A66

Black with #6B1A66

Text Example


Text Example

White with #6B1A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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