Html Css Color HEX #6B0A5E Palatinate Purple

📋 copy color: '#6B0A5E'

red 107 ◦ green 10 ◦ blue 94

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

Shades of Palatinate Purple #6B0A5E

Tints of Palatinate Purple #6B0A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

 BLUE value IS 94 (37.11% from 255) = 44.55%

R = 50.71%
G = 4.74%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B0A5E (or 0x6B0A5E) is known color: Palatinate Purple. HEX triplet: 6B, 0A and 5E. RGB value is (107,10,94). Sum of RGB (Red+Green+Blue) = 107+10+94=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0A5E is #94F5A1. Grayscale: #303030. Windows color (decimal): -9762210 or 6163051. OLE color: 6163051.

HSL color Cylindrical-coordinate representation of color #6B0A5E: hue angle of 308.04º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B0A5E is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 10 94 -
CMYK 0 0.91 0.12 0.58
HSL 308.04º 0.83% 0.23% -
HSV(B) 308.04º 0.91% 0.42% -
XYZ 8.19 4.15 10.96 -
YUV 48.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 107 10 94 0 0.91 0.12 0.58 308.04 0.83 0.23
Hex 6B A 5E 0 5B C 3A 134 53 17
Octal 153 12 136 0 133 14 72 464 123 27
Binary 1101011 1010 1011110 0 1011011 1100 111010 100110100 1010011 10111

Color Harmonies of #6B0A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A5E

Black with #6B0A5E

Text Example


Text Example

White with #6B0A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,10,94); }

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

background-color css

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

 a { background-color: rgb(107,10,94); }

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

border-color css

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

 span { border-color: rgb(107,10,94); }

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