Html Css Color HEX #6B3460 Palatinate Purple

📋 copy color: '#6B3460'

red 107 ◦ green 52 ◦ blue 96

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

Shades of Palatinate Purple #6B3460

Tints of Palatinate Purple #6B3460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 41.96%
G = 20.39%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B3460 (or 0x6B3460) is known color: Palatinate Purple. HEX triplet: 6B, 34 and 60. RGB value is (107,52,96). Sum of RGB (Red+Green+Blue) = 107+52+96=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3460 is #94CB9F. Grayscale: #494949. Windows color (decimal): -9751456 or 6304875. OLE color: 6304875.

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

Color convert

RGB 107 52 96 -
CMYK 0 0.51 0.10 0.58
HSL 312º 0.35% 0.31% -
HSV(B) 312º 0.51% 0.42% -
XYZ 9.4 6.43 11.81 -
YUV 73.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 107 52 96 0 0.51 0.10 0.58 312 0.35 0.31
Hex 6B 34 60 0 33 A 3A 138 23 1F
Octal 153 64 140 0 63 12 72 470 43 37
Binary 1101011 110100 1100000 0 110011 1010 111010 100111000 100011 11111

Color Harmonies of #6B3460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3460

Black with #6B3460

Text Example


Text Example

White with #6B3460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,52,96); }

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

background-color css

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

 a { background-color: rgb(107,52,96); }

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

border-color css

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

 span { border-color: rgb(107,52,96); }

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