Html Css Color HEX #6B095E Palatinate Purple

📋 copy color: '#6B095E'

red 107 ◦ green 9 ◦ blue 94

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

Shades of Palatinate Purple #6B095E

Tints of Palatinate Purple #6B095E

RGB

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

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

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

R = 50.95%
G = 4.29%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B095E (or 0x6B095E) is known color: Palatinate Purple. HEX triplet: 6B, 09 and 5E. RGB value is (107,9,94). Sum of RGB (Red+Green+Blue) = 107+9+94=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B095E is #94F6A1. Grayscale: #2F2F2F. Windows color (decimal): -9762466 or 6162795. OLE color: 6162795.

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

Color convert

RGB 107 9 94 -
CMYK 0 0.92 0.12 0.58
HSL 307.96º 0.84% 0.23% -
HSV(B) 307.96º 0.92% 0.42% -
XYZ 8.18 4.13 10.96 -
YUV 47.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 107 9 94 0 0.92 0.12 0.58 307.96 0.84 0.23
Hex 6B 9 5E 0 5C C 3A 134 54 17
Octal 153 11 136 0 134 14 72 464 124 27
Binary 1101011 1001 1011110 0 1011100 1100 111010 100110100 1010100 10111

Color Harmonies of #6B095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B095E

Black with #6B095E

Text Example


Text Example

White with #6B095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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