Html Css Color HEX #6B155E Palatinate Purple

📋 copy color: '#6B155E'

red 107 ◦ green 21 ◦ blue 94

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

Shades of Palatinate Purple #6B155E

Tints of Palatinate Purple #6B155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

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

R = 48.2%
G = 9.46%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B155E (or 0x6B155E) is known color: Palatinate Purple. HEX triplet: 6B, 15 and 5E. RGB value is (107,21,94). Sum of RGB (Red+Green+Blue) = 107+21+94=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B155E is #94EAA1. Grayscale: #363636. Windows color (decimal): -9759394 or 6165867. OLE color: 6165867.

HSL color Cylindrical-coordinate representation of color #6B155E: hue angle of 309.07º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B155E is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 21 94 -
CMYK 0 0.80 0.12 0.58
HSL 309.07º 0.67% 0.25% -
HSV(B) 309.07º 0.8% 0.42% -
XYZ 8.35 4.47 11.01 -
YUV 55.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 107 21 94 0 0.80 0.12 0.58 309.07 0.67 0.25
Hex 6B 15 5E 0 50 C 3A 135 43 19
Octal 153 25 136 0 120 14 72 465 103 31
Binary 1101011 10101 1011110 0 1010000 1100 111010 100110101 1000011 11001

Color Harmonies of #6B155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B155E

Black with #6B155E

Text Example


Text Example

White with #6B155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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