Html Css Color HEX #6F0498 Purple

📋 copy color: '#6F0498'

red 111 ◦ green 4 ◦ blue 152

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

Shades of Purple #6F0498

Tints of Purple #6F0498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 41.57%
G = 1.5%
B = 56.93%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F0498 (or 0x6F0498) is known color: Purple. HEX triplet: 6F, 04 and 98. RGB value is (111,4,152). Sum of RGB (Red+Green+Blue) = 111+4+152=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F0498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0498 is #90FB67. Grayscale: #343434. Windows color (decimal): -9501544 or 9962607. OLE color: 9962607.

HSL color Cylindrical-coordinate representation of color #6F0498: hue angle of 283.38º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0498 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 4 152 -
CMYK 0.27 0.97 0 0.40
HSL 283.38º 0.95% 0.31% -
HSV(B) 283.38º 0.97% 0.6% -
XYZ 12.27 5.73 30.17 -
YUV 52.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 111 4 152 0.27 0.97 0 0.40 283.38 0.95 0.31
Hex 6F 4 98 1B 61 0 28 11B 5F 1F
Octal 157 4 230 33 141 0 50 433 137 37
Binary 1101111 100 10011000 11011 1100001 0 101000 100011011 1011111 11111

Color Harmonies of #6F0498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0498

Black with #6F0498

Text Example


Text Example

White with #6F0498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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