Html Css Color HEX #6B1364 Palatinate Purple

📋 copy color: '#6B1364'

red 107 ◦ green 19 ◦ blue 100

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

Shades of Palatinate Purple #6B1364

Tints of Palatinate Purple #6B1364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.25%

R = 47.35%
G = 8.41%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B1364 (or 0x6B1364) is known color: Palatinate Purple. HEX triplet: 6B, 13 and 64. RGB value is (107,19,100). Sum of RGB (Red+Green+Blue) = 107+19+100=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1364 is #94EC9B. Grayscale: #363636. Windows color (decimal): -9759900 or 6558571. OLE color: 6558571.

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

Color convert

RGB 107 19 100 -
CMYK 0 0.82 0.07 0.58
HSL 304.77º 0.7% 0.25% -
HSV(B) 304.77º 0.82% 0.42% -
XYZ 8.6 4.51 12.47 -
YUV 54.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 107 19 100 0 0.82 0.07 0.58 304.77 0.7 0.25
Hex 6B 13 64 0 52 7 3A 131 46 19
Octal 153 23 144 0 122 7 72 461 106 31
Binary 1101011 10011 1100100 0 1010010 111 111010 100110001 1000110 11001

Color Harmonies of #6B1364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1364

Black with #6B1364

Text Example


Text Example

White with #6B1364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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