Html Css Color HEX #6B1A64 Palatinate Purple

📋 copy color: '#6B1A64'

red 107 ◦ green 26 ◦ blue 100

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

Shades of Palatinate Purple #6B1A64

Tints of Palatinate Purple #6B1A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.92%

R = 45.92%
G = 11.16%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B1A64 (or 0x6B1A64) is known color: Palatinate Purple. HEX triplet: 6B, 1A and 64. RGB value is (107,26,100). Sum of RGB (Red+Green+Blue) = 107+26+100=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1A64 is #94E59B. Grayscale: #3A3A3A. Windows color (decimal): -9758108 or 6560363. OLE color: 6560363.

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

Color convert

RGB 107 26 100 -
CMYK 0 0.76 0.07 0.58
HSL 305.19º 0.61% 0.26% -
HSV(B) 305.19º 0.76% 0.42% -
XYZ 8.73 4.78 12.52 -
YUV 58.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 107 26 100 0 0.76 0.07 0.58 305.19 0.61 0.26
Hex 6B 1A 64 0 4C 7 3A 131 3D 1A
Octal 153 32 144 0 114 7 72 461 75 32
Binary 1101011 11010 1100100 0 1001100 111 111010 100110001 111101 11010

Color Harmonies of #6B1A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1A64

Black with #6B1A64

Text Example


Text Example

White with #6B1A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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