Html Css Color HEX #803CCA Blue Violet

📋 copy color: '#803CCA'

red 128 ◦ green 60 ◦ blue 202

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

Shades of Blue Violet #803CCA

Tints of Blue Violet #803CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.38%

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 32.82%
G = 15.38%
B = 51.79%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#803CCA (or 0x803CCA) is known color: Blue Violet. HEX triplet: 80, 3C and CA. RGB value is (128,60,202). Sum of RGB (Red+Green+Blue) = 128+60+202=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #803CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CCA is #7FC335. Grayscale: #606060. Windows color (decimal): -8373046 or 13253760. OLE color: 13253760.

HSL color Cylindrical-coordinate representation of color #803CCA: hue angle of 268.73º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #803CCA is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 60 202 -
CMYK 0.37 0.70 0 0.21
HSL 268.73º 0.57% 0.51% -
HSV(B) 268.73º 0.7% 0.79% -
XYZ 21.18 12.09 57.09 -
YUV 96.52 187.53 150.45 -
System Red Green Blue C M Y K H S L
Decimal 128 60 202 0.37 0.70 0 0.21 268.73 0.57 0.51
Hex 80 3C CA 25 46 0 15 10D 39 33
Octal 200 74 312 45 106 0 25 415 71 63
Binary 10000000 111100 11001010 100101 1000110 0 10101 100001101 111001 110011

Color Harmonies of #803CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803CCA

Black with #803CCA

Text Example


Text Example

White with #803CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803CCA; }

 p { color: rgb(128,60,202); }

 H1.HeaderClassName
 {
   color: #803CCA;
 }
 .AnyTagClassName
 {
   color: #803CCA;
 }
</style>

background-color css

<style>
 a { background-color: #803CCA; }

 a { background-color: rgb(128,60,202); }

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

border-color css

<style>
 span { border-color: #803CCA; }

 span { border-color: rgb(128,60,202); }

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