Html Css Color HEX #802FCC Blue Violet

📋 copy color: '#802FCC'

red 128 ◦ green 47 ◦ blue 204

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

Shades of Blue Violet #802FCC

Tints of Blue Violet #802FCC

RGB

 RED value IS 128 (50.39% from 255) = 33.77%

 GREEN value IS 47 (18.75% from 255) = 12.4%

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 33.77%
G = 12.4%
B = 53.83%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#802FCC (or 0x802FCC) is known color: Blue Violet. HEX triplet: 80, 2F and CC. RGB value is (128,47,204). Sum of RGB (Red+Green+Blue) = 128+47+204=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #802FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802FCC is #7FD033. Grayscale: #585858. Windows color (decimal): -8376372 or 13381504. OLE color: 13381504.

HSL color Cylindrical-coordinate representation of color #802FCC: hue angle of 270.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802FCC is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 47 204 -
CMYK 0.37 0.77 0 0.2
HSL 270.96º 0.63% 0.49% -
HSV(B) 270.96º 0.77% 0.8% -
XYZ 20.82 10.98 58.15 -
YUV 89.12 192.84 155.73 -
System Red Green Blue C M Y K H S L
Decimal 128 47 204 0.37 0.77 0 0.2 270.96 0.63 0.49
Hex 80 2F CC 25 4D 0 14 10F 3F 31
Octal 200 57 314 45 115 0 24 417 77 61
Binary 10000000 101111 11001100 100101 1001101 0 10100 100001111 111111 110001

Color Harmonies of #802FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802FCC

Black with #802FCC

Text Example


Text Example

White with #802FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802FCC; }

 p { color: rgb(128,47,204); }

 H1.HeaderClassName
 {
   color: #802FCC;
 }
 .AnyTagClassName
 {
   color: #802FCC;
 }
</style>

background-color css

<style>
 a { background-color: #802FCC; }

 a { background-color: rgb(128,47,204); }

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

border-color css

<style>
 span { border-color: #802FCC; }

 span { border-color: rgb(128,47,204); }

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