Html Css Color HEX #6F0093 Purple

📋 copy color: '#6F0093'

red 111 ◦ green 0 ◦ blue 147

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

Shades of Purple #6F0093

Tints of Purple #6F0093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 56.98%

R = 43.02%
G = 0%
B = 56.98%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F0093 (or 0x6F0093) is known color: Purple. HEX triplet: 6F, 00 and 93. RGB value is (111,0,147). Sum of RGB (Red+Green+Blue) = 111+0+147=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0093 is #90FF6C. Grayscale: #313131. Windows color (decimal): -9502573 or 9633903. OLE color: 9633903.

HSL color Cylindrical-coordinate representation of color #6F0093: hue angle of 285.31º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0093 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 0 147 -
CMYK 0.24 1 0 0.42
HSL 285.31º 1% 0.29% -
HSV(B) 285.31º 1% 0.58% -
XYZ 11.82 5.49 28.04 -
YUV 49.95 182.77 171.55 -
System Red Green Blue C M Y K H S L
Decimal 111 0 147 0.24 1 0 0.42 285.31 1 0.29
Hex 6F 0 93 18 64 0 2A 11D 64 1D
Octal 157 0 223 30 144 0 52 435 144 35
Binary 1101111 0 10010011 11000 1100100 0 101010 100011101 1100100 11101

Color Harmonies of #6F0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0093

Black with #6F0093

Text Example


Text Example

White with #6F0093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,147); }

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

background-color css

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

 a { background-color: rgb(111,0,147); }

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

border-color css

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

 span { border-color: rgb(111,0,147); }

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