Html Css Color HEX #6B0463 Palatinate Purple

📋 copy color: '#6B0463'

red 107 ◦ green 4 ◦ blue 99

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

Shades of Palatinate Purple #6B0463

Tints of Palatinate Purple #6B0463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 99 (39.06% from 255) = 47.14%

R = 50.95%
G = 1.9%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B0463 (or 0x6B0463) is known color: Palatinate Purple. HEX triplet: 6B, 04 and 63. RGB value is (107,4,99). Sum of RGB (Red+Green+Blue) = 107+4+99=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0463 is #94FB9C. Grayscale: #2D2D2D. Windows color (decimal): -9763741 or 6489195. OLE color: 6489195.

HSL color Cylindrical-coordinate representation of color #6B0463: hue angle of 304.66º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0463 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 4 99 -
CMYK 0 0.96 0.07 0.58
HSL 304.66º 0.93% 0.22% -
HSV(B) 304.66º 0.96% 0.42% -
XYZ 8.36 4.11 12.16 -
YUV 45.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 107 4 99 0 0.96 0.07 0.58 304.66 0.93 0.22
Hex 6B 4 63 0 60 7 3A 131 5D 16
Octal 153 4 143 0 140 7 72 461 135 26
Binary 1101011 100 1100011 0 1100000 111 111010 100110001 1011101 10110

Color Harmonies of #6B0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0463

Black with #6B0463

Text Example


Text Example

White with #6B0463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,4,99); }

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

background-color css

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

 a { background-color: rgb(107,4,99); }

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

border-color css

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

 span { border-color: rgb(107,4,99); }

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