Html Css Color HEX #6F0463 Purple

📋 copy color: '#6F0463'

red 111 ◦ green 4 ◦ blue 99

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

Shades of Purple #6F0463

Tints of Purple #6F0463

RGB

 RED value IS 111 (43.75% from 255) = 51.87%

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

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

R = 51.87%
G = 1.87%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F0463 (or 0x6F0463) is known color: Purple. HEX triplet: 6F, 04 and 63. RGB value is (111,4,99). Sum of RGB (Red+Green+Blue) = 111+4+99=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0463 is #90FB9C. Grayscale: #2E2E2E. Windows color (decimal): -9501597 or 6489199. OLE color: 6489199.

HSL color Cylindrical-coordinate representation of color #6F0463: hue angle of 306.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0463 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 4 99 -
CMYK 0 0.96 0.11 0.56
HSL 306.73º 0.93% 0.23% -
HSV(B) 306.73º 0.96% 0.44% -
XYZ 8.85 4.37 12.18 -
YUV 46.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 111 4 99 0 0.96 0.11 0.56 306.73 0.93 0.23
Hex 6F 4 63 0 60 B 38 133 5D 17
Octal 157 4 143 0 140 13 70 463 135 27
Binary 1101111 100 1100011 0 1100000 1011 111000 100110011 1011101 10111

Color Harmonies of #6F0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0463

Black with #6F0463

Text Example


Text Example

White with #6F0463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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