Html Css Color HEX #6F0673 Purple

📋 copy color: '#6F0673'

red 111 ◦ green 6 ◦ blue 115

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

Shades of Purple #6F0673

Tints of Purple #6F0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 47.84%
G = 2.59%
B = 49.57%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F0673 (or 0x6F0673) is known color: Purple. HEX triplet: 6F, 06 and 73. RGB value is (111,6,115). Sum of RGB (Red+Green+Blue) = 111+6+115=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F0673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0673 is #90F98C. Grayscale: #313131. Windows color (decimal): -9501069 or 7538287. OLE color: 7538287.

HSL color Cylindrical-coordinate representation of color #6F0673: hue angle of 297.8º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0673 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 6 115 -
CMYK 0.03 0.95 0 0.55
HSL 297.8º 0.9% 0.24% -
HSV(B) 297.8º 0.95% 0.45% -
XYZ 9.72 4.75 16.62 -
YUV 49.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 111 6 115 0.03 0.95 0 0.55 297.8 0.9 0.24
Hex 6F 6 73 3 5F 0 37 12A 5A 18
Octal 157 6 163 3 137 0 67 452 132 30
Binary 1101111 110 1110011 11 1011111 0 110111 100101010 1011010 11000

Color Harmonies of #6F0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0673

Black with #6F0673

Text Example


Text Example

White with #6F0673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,6,115); }

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

background-color css

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

 a { background-color: rgb(111,6,115); }

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

border-color css

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

 span { border-color: rgb(111,6,115); }

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