Html Css Color HEX #6B135F Palatinate Purple

📋 copy color: '#6B135F'

red 107 ◦ green 19 ◦ blue 95

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

Shades of Palatinate Purple #6B135F

Tints of Palatinate Purple #6B135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 48.42%
G = 8.6%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B135F (or 0x6B135F) is known color: Palatinate Purple. HEX triplet: 6B, 13 and 5F. RGB value is (107,19,95). Sum of RGB (Red+Green+Blue) = 107+19+95=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B135F is #94ECA0. Grayscale: #353535. Windows color (decimal): -9759905 or 6230891. OLE color: 6230891.

HSL color Cylindrical-coordinate representation of color #6B135F: hue angle of 308.18º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B135F is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 19 95 -
CMYK 0 0.82 0.11 0.58
HSL 308.18º 0.7% 0.25% -
HSV(B) 308.18º 0.82% 0.42% -
XYZ 8.36 4.42 11.24 -
YUV 53.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 107 19 95 0 0.82 0.11 0.58 308.18 0.7 0.25
Hex 6B 13 5F 0 52 B 3A 134 46 19
Octal 153 23 137 0 122 13 72 464 106 31
Binary 1101011 10011 1011111 0 1010010 1011 111010 100110100 1000110 11001

Color Harmonies of #6B135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B135F

Black with #6B135F

Text Example


Text Example

White with #6B135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,95); }

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

background-color css

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

 a { background-color: rgb(107,19,95); }

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

border-color css

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

 span { border-color: rgb(107,19,95); }

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