Html Css Color HEX #6B0B5E Palatinate Purple

📋 copy color: '#6B0B5E'

red 107 ◦ green 11 ◦ blue 94

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

Shades of Palatinate Purple #6B0B5E

Tints of Palatinate Purple #6B0B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.19%

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

R = 50.47%
G = 5.19%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B0B5E (or 0x6B0B5E) is known color: Palatinate Purple. HEX triplet: 6B, 0B and 5E. RGB value is (107,11,94). Sum of RGB (Red+Green+Blue) = 107+11+94=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B5E is #94F4A1. Grayscale: #303030. Windows color (decimal): -9761954 or 6163307. OLE color: 6163307.

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

Color convert

RGB 107 11 94 -
CMYK 0 0.90 0.12 0.58
HSL 308.13º 0.81% 0.23% -
HSV(B) 308.13º 0.9% 0.42% -
XYZ 8.2 4.17 10.96 -
YUV 49.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 107 11 94 0 0.90 0.12 0.58 308.13 0.81 0.23
Hex 6B B 5E 0 5A C 3A 134 51 17
Octal 153 13 136 0 132 14 72 464 121 27
Binary 1101011 1011 1011110 0 1011010 1100 111010 100110100 1010001 10111

Color Harmonies of #6B0B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0B5E

Black with #6B0B5E

Text Example


Text Example

White with #6B0B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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