Html Css Color HEX #6B315A Palatinate Purple

📋 copy color: '#6B315A'

red 107 ◦ green 49 ◦ blue 90

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

Shades of Palatinate Purple #6B315A

Tints of Palatinate Purple #6B315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

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

R = 43.5%
G = 19.92%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B315A (or 0x6B315A) is known color: Palatinate Purple. HEX triplet: 6B, 31 and 5A. RGB value is (107,49,90). Sum of RGB (Red+Green+Blue) = 107+49+90=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B315A is #94CEA5. Grayscale: #464646. Windows color (decimal): -9752230 or 5910891. OLE color: 5910891.

HSL color Cylindrical-coordinate representation of color #6B315A: hue angle of 317.59º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B315A is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 49 90 -
CMYK 0 0.54 0.16 0.58
HSL 317.59º 0.37% 0.31% -
HSV(B) 317.59º 0.54% 0.42% -
XYZ 9.01 6.06 10.37 -
YUV 71.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 107 49 90 0 0.54 0.16 0.58 317.59 0.37 0.31
Hex 6B 31 5A 0 36 10 3A 13E 25 1F
Octal 153 61 132 0 66 20 72 476 45 37
Binary 1101011 110001 1011010 0 110110 10000 111010 100111110 100101 11111

Color Harmonies of #6B315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B315A

Black with #6B315A

Text Example


Text Example

White with #6B315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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