Html Css Color HEX #6B095D Palatinate Purple

📋 copy color: '#6B095D'

red 107 ◦ green 9 ◦ blue 93

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

Shades of Palatinate Purple #6B095D

Tints of Palatinate Purple #6B095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

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

R = 51.2%
G = 4.31%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B095D (or 0x6B095D) is known color: Palatinate Purple. HEX triplet: 6B, 09 and 5D. RGB value is (107,9,93). Sum of RGB (Red+Green+Blue) = 107+9+93=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B095D is #94F6A2. Grayscale: #2F2F2F. Windows color (decimal): -9762467 or 6097259. OLE color: 6097259.

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

Color convert

RGB 107 9 93 -
CMYK 0 0.92 0.13 0.58
HSL 308.57º 0.84% 0.23% -
HSV(B) 308.57º 0.92% 0.42% -
XYZ 8.14 4.11 10.72 -
YUV 47.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 107 9 93 0 0.92 0.13 0.58 308.57 0.84 0.23
Hex 6B 9 5D 0 5C D 3A 135 54 17
Octal 153 11 135 0 134 15 72 465 124 27
Binary 1101011 1001 1011101 0 1011100 1101 111010 100110101 1010100 10111

Color Harmonies of #6B095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B095D

Black with #6B095D

Text Example


Text Example

White with #6B095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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