Html Css Color HEX #6B0363 Purple

📋 copy color: '#6B0363'

red 107 ◦ green 3 ◦ blue 99

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

Shades of Purple #6B0363

Tints of Purple #6B0363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 51.2%
G = 1.44%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B0363 (or 0x6B0363) is known color: Purple. HEX triplet: 6B, 03 and 63. RGB value is (107,3,99). Sum of RGB (Red+Green+Blue) = 107+3+99=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0363 is #94FC9C. Grayscale: #2C2C2C. Windows color (decimal): -9763997 or 6488939. OLE color: 6488939.

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

Color convert

RGB 107 3 99 -
CMYK 0 0.97 0.07 0.58
HSL 304.62º 0.95% 0.22% -
HSV(B) 304.62º 0.97% 0.42% -
XYZ 8.35 4.09 12.15 -
YUV 45.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 107 3 99 0 0.97 0.07 0.58 304.62 0.95 0.22
Hex 6B 3 63 0 61 7 3A 131 5F 16
Octal 153 3 143 0 141 7 72 461 137 26
Binary 1101011 11 1100011 0 1100001 111 111010 100110001 1011111 10110

Color Harmonies of #6B0363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0363

Black with #6B0363

Text Example


Text Example

White with #6B0363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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