Html Css Color HEX #6B085A Palatinate Purple

📋 copy color: '#6B085A'

red 107 ◦ green 8 ◦ blue 90

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

Shades of Palatinate Purple #6B085A

Tints of Palatinate Purple #6B085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 52.2%
G = 3.9%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B085A (or 0x6B085A) is known color: Palatinate Purple. HEX triplet: 6B, 08 and 5A. RGB value is (107,8,90). Sum of RGB (Red+Green+Blue) = 107+8+90=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B085A is #94F7A5. Grayscale: #2E2E2E. Windows color (decimal): -9762726 or 5900395. OLE color: 5900395.

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

Color convert

RGB 107 8 90 -
CMYK 0 0.93 0.16 0.58
HSL 310.3º 0.86% 0.23% -
HSV(B) 310.3º 0.93% 0.42% -
XYZ 8 4.04 10.03 -
YUV 46.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 107 8 90 0 0.93 0.16 0.58 310.3 0.86 0.23
Hex 6B 8 5A 0 5D 10 3A 136 56 17
Octal 153 10 132 0 135 20 72 466 126 27
Binary 1101011 1000 1011010 0 1011101 10000 111010 100110110 1010110 10111

Color Harmonies of #6B085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B085A

Black with #6B085A

Text Example


Text Example

White with #6B085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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