Html Css Color HEX #6B0D5E Palatinate Purple

📋 copy color: '#6B0D5E'

red 107 ◦ green 13 ◦ blue 94

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

Shades of Palatinate Purple #6B0D5E

Tints of Palatinate Purple #6B0D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.07%

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

R = 50%
G = 6.07%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B0D5E (or 0x6B0D5E) is known color: Palatinate Purple. HEX triplet: 6B, 0D and 5E. RGB value is (107,13,94). Sum of RGB (Red+Green+Blue) = 107+13+94=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0D5E is #94F2A1. Grayscale: #323232. Windows color (decimal): -9761442 or 6163819. OLE color: 6163819.

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

Color convert

RGB 107 13 94 -
CMYK 0 0.88 0.12 0.58
HSL 308.3º 0.78% 0.24% -
HSV(B) 308.3º 0.88% 0.42% -
XYZ 8.23 4.22 10.97 -
YUV 50.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 107 13 94 0 0.88 0.12 0.58 308.3 0.78 0.24
Hex 6B D 5E 0 58 C 3A 134 4E 18
Octal 153 15 136 0 130 14 72 464 116 30
Binary 1101011 1101 1011110 0 1011000 1100 111010 100110100 1001110 11000

Color Harmonies of #6B0D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0D5E

Black with #6B0D5E

Text Example


Text Example

White with #6B0D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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