Html Css Color HEX #6B005D Palatinate Purple

📋 copy color: '#6B005D'

red 107 ◦ green 0 ◦ blue 93

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

Shades of Palatinate Purple #6B005D

Tints of Palatinate Purple #6B005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.5%

R = 53.5%
G = 0%
B = 46.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B005D (or 0x6B005D) is known color: Palatinate Purple. HEX triplet: 6B, 00 and 5D. RGB value is (107,0,93). Sum of RGB (Red+Green+Blue) = 107+0+93=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B005D is #94FFA2. Grayscale: #2A2A2A. Windows color (decimal): -9764771 or 6094955. OLE color: 6094955.

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

Color convert

RGB 107 0 93 -
CMYK 0 1 0.13 0.58
HSL 307.85º 1% 0.21% -
HSV(B) 307.85º 1% 0.42% -
XYZ 8.04 3.92 10.69 -
YUV 42.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 107 0 93 0 1 0.13 0.58 307.85 1 0.21
Hex 6B 0 5D 0 64 D 3A 134 64 15
Octal 153 0 135 0 144 15 72 464 144 25
Binary 1101011 0 1011101 0 1100100 1101 111010 100110100 1100100 10101

Color Harmonies of #6B005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B005D

Black with #6B005D

Text Example


Text Example

White with #6B005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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