Html Css Color HEX #6F0263 Purple

📋 copy color: '#6F0263'

red 111 ◦ green 2 ◦ blue 99

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

Shades of Purple #6F0263

Tints of Purple #6F0263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 52.36%
G = 0.94%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F0263 (or 0x6F0263) is known color: Purple. HEX triplet: 6F, 02 and 63. RGB value is (111,2,99). Sum of RGB (Red+Green+Blue) = 111+2+99=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0263 is #90FD9C. Grayscale: #2D2D2D. Windows color (decimal): -9502109 or 6488687. OLE color: 6488687.

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

Color convert

RGB 111 2 99 -
CMYK 0 0.98 0.11 0.56
HSL 306.61º 0.96% 0.22% -
HSV(B) 306.61º 0.98% 0.44% -
XYZ 8.83 4.32 12.17 -
YUV 45.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 111 2 99 0 0.98 0.11 0.56 306.61 0.96 0.22
Hex 6F 2 63 0 62 B 38 133 60 16
Octal 157 2 143 0 142 13 70 463 140 26
Binary 1101111 10 1100011 0 1100010 1011 111000 100110011 1100000 10110

Color Harmonies of #6F0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0263

Black with #6F0263

Text Example


Text Example

White with #6F0263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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