Html Css Color HEX #6B085E Palatinate Purple

📋 copy color: '#6B085E'

red 107 ◦ green 8 ◦ blue 94

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

Shades of Palatinate Purple #6B085E

Tints of Palatinate Purple #6B085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.83%

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

R = 51.2%
G = 3.83%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B085E (or 0x6B085E) is known color: Palatinate Purple. HEX triplet: 6B, 08 and 5E. RGB value is (107,8,94). Sum of RGB (Red+Green+Blue) = 107+8+94=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B085E is #94F7A1. Grayscale: #2F2F2F. Windows color (decimal): -9762722 or 6162539. OLE color: 6162539.

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

Color convert

RGB 107 8 94 -
CMYK 0 0.93 0.12 0.58
HSL 307.88º 0.86% 0.23% -
HSV(B) 307.88º 0.93% 0.42% -
XYZ 8.17 4.11 10.95 -
YUV 47.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 107 8 94 0 0.93 0.12 0.58 307.88 0.86 0.23
Hex 6B 8 5E 0 5D C 3A 134 56 17
Octal 153 10 136 0 135 14 72 464 126 27
Binary 1101011 1000 1011110 0 1011101 1100 111010 100110100 1010110 10111

Color Harmonies of #6B085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B085E

Black with #6B085E

Text Example


Text Example

White with #6B085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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