Html Css Color HEX #802FDD Blue Violet

📋 copy color: '#802FDD'

red 128 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #802FDD

Tints of Blue Violet #802FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 32.32%
G = 11.87%
B = 55.81%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#802FDD (or 0x802FDD) is known color: Blue Violet. HEX triplet: 80, 2F and DD. RGB value is (128,47,221). Sum of RGB (Red+Green+Blue) = 128+47+221=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #802FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802FDD is #7FD022. Grayscale: #5A5A5A. Windows color (decimal): -8376355 or 14495616. OLE color: 14495616.

HSL color Cylindrical-coordinate representation of color #802FDD: hue angle of 267.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802FDD is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 47 221 -
CMYK 0.42 0.79 0 0.13
HSL 267.93º 0.72% 0.53% -
HSV(B) 267.93º 0.79% 0.87% -
XYZ 22.97 11.84 69.48 -
YUV 91.06 201.34 154.35 -
System Red Green Blue C M Y K H S L
Decimal 128 47 221 0.42 0.79 0 0.13 267.93 0.72 0.53
Hex 80 2F DD 2A 4F 0 D 10C 48 35
Octal 200 57 335 52 117 0 15 414 110 65
Binary 10000000 101111 11011101 101010 1001111 0 1101 100001100 1001000 110101

Color Harmonies of #802FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802FDD

Black with #802FDD

Text Example


Text Example

White with #802FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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