Html Css Color HEX #6B0B5A Palatinate Purple

📋 copy color: '#6B0B5A'

red 107 ◦ green 11 ◦ blue 90

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

Shades of Palatinate Purple #6B0B5A

Tints of Palatinate Purple #6B0B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 51.44%
G = 5.29%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B0B5A (or 0x6B0B5A) is known color: Palatinate Purple. HEX triplet: 6B, 0B and 5A. RGB value is (107,11,90). Sum of RGB (Red+Green+Blue) = 107+11+90=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B5A is #94F4A5. Grayscale: #303030. Windows color (decimal): -9761958 or 5901163. OLE color: 5901163.

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

Color convert

RGB 107 11 90 -
CMYK 0 0.90 0.16 0.58
HSL 310.63º 0.81% 0.23% -
HSV(B) 310.63º 0.9% 0.42% -
XYZ 8.03 4.1 10.04 -
YUV 48.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 107 11 90 0 0.90 0.16 0.58 310.63 0.81 0.23
Hex 6B B 5A 0 5A 10 3A 137 51 17
Octal 153 13 132 0 132 20 72 467 121 27
Binary 1101011 1011 1011010 0 1011010 10000 111010 100110111 1010001 10111

Color Harmonies of #6B0B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0B5A

Black with #6B0B5A

Text Example


Text Example

White with #6B0B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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