Html Css Color HEX #6B015D Palatinate Purple

📋 copy color: '#6B015D'

red 107 ◦ green 1 ◦ blue 93

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

Shades of Palatinate Purple #6B015D

Tints of Palatinate Purple #6B015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 53.23%
G = 0.5%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B015D (or 0x6B015D) is known color: Palatinate Purple. HEX triplet: 6B, 01 and 5D. RGB value is (107,1,93). Sum of RGB (Red+Green+Blue) = 107+1+93=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B015D is #94FEA2. Grayscale: #2A2A2A. Windows color (decimal): -9764515 or 6095211. OLE color: 6095211.

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

Color convert

RGB 107 1 93 -
CMYK 0 0.99 0.13 0.58
HSL 307.92º 0.98% 0.21% -
HSV(B) 307.92º 0.99% 0.42% -
XYZ 8.05 3.94 10.69 -
YUV 43.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 107 1 93 0 0.99 0.13 0.58 307.92 0.98 0.21
Hex 6B 1 5D 0 63 D 3A 134 62 15
Octal 153 1 135 0 143 15 72 464 142 25
Binary 1101011 1 1011101 0 1100011 1101 111010 100110100 1100010 10101

Color Harmonies of #6B015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B015D

Black with #6B015D

Text Example


Text Example

White with #6B015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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