Html Css Color HEX #6B0C63 Palatinate Purple

📋 copy color: '#6B0C63'

red 107 ◦ green 12 ◦ blue 99

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

Shades of Palatinate Purple #6B0C63

Tints of Palatinate Purple #6B0C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

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

R = 49.08%
G = 5.5%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B0C63 (or 0x6B0C63) is known color: Palatinate Purple. HEX triplet: 6B, 0C and 63. RGB value is (107,12,99). Sum of RGB (Red+Green+Blue) = 107+12+99=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0C63 is #94F39C. Grayscale: #323232. Windows color (decimal): -9761693 or 6491243. OLE color: 6491243.

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

Color convert

RGB 107 12 99 -
CMYK 0 0.89 0.07 0.58
HSL 305.05º 0.8% 0.23% -
HSV(B) 305.05º 0.89% 0.42% -
XYZ 8.45 4.29 12.19 -
YUV 50.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 107 12 99 0 0.89 0.07 0.58 305.05 0.8 0.23
Hex 6B C 63 0 59 7 3A 131 50 17
Octal 153 14 143 0 131 7 72 461 120 27
Binary 1101011 1100 1100011 0 1011001 111 111010 100110001 1010000 10111

Color Harmonies of #6B0C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0C63

Black with #6B0C63

Text Example


Text Example

White with #6B0C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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