Html Css Color HEX #6B135C Palatinate Purple

📋 copy color: '#6B135C'

red 107 ◦ green 19 ◦ blue 92

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

Shades of Palatinate Purple #6B135C

Tints of Palatinate Purple #6B135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.2%

R = 49.08%
G = 8.72%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B135C (or 0x6B135C) is known color: Palatinate Purple. HEX triplet: 6B, 13 and 5C. RGB value is (107,19,92). Sum of RGB (Red+Green+Blue) = 107+19+92=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B135C is #94ECA3. Grayscale: #353535. Windows color (decimal): -9759908 or 6034283. OLE color: 6034283.

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

Color convert

RGB 107 19 92 -
CMYK 0 0.82 0.14 0.58
HSL 310.23º 0.7% 0.25% -
HSV(B) 310.23º 0.82% 0.42% -
XYZ 8.23 4.36 10.53 -
YUV 53.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 107 19 92 0 0.82 0.14 0.58 310.23 0.7 0.25
Hex 6B 13 5C 0 52 E 3A 136 46 19
Octal 153 23 134 0 122 16 72 466 106 31
Binary 1101011 10011 1011100 0 1010010 1110 111010 100110110 1000110 11001

Color Harmonies of #6B135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B135C

Black with #6B135C

Text Example


Text Example

White with #6B135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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