Html Css Color HEX #6B005E Palatinate Purple

📋 copy color: '#6B005E'

red 107 ◦ green 0 ◦ blue 94

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

Shades of Palatinate Purple #6B005E

Tints of Palatinate Purple #6B005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.23%
G = 0%
B = 46.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B005E (or 0x6B005E) is known color: Palatinate Purple. HEX triplet: 6B, 00 and 5E. RGB value is (107,0,94). Sum of RGB (Red+Green+Blue) = 107+0+94=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B005E is #94FFA1. Grayscale: #2A2A2A. Windows color (decimal): -9764770 or 6160491. OLE color: 6160491.

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

Color convert

RGB 107 0 94 -
CMYK 0 1 0.12 0.58
HSL 307.29º 1% 0.21% -
HSV(B) 307.29º 1% 0.42% -
XYZ 8.08 3.93 10.92 -
YUV 42.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 107 0 94 0 1 0.12 0.58 307.29 1 0.21
Hex 6B 0 5E 0 64 C 3A 133 64 15
Octal 153 0 136 0 144 14 72 463 144 25
Binary 1101011 0 1011110 0 1100100 1100 111010 100110011 1100100 10101

Color Harmonies of #6B005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B005E

Black with #6B005E

Text Example


Text Example

White with #6B005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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