Html Css Color HEX #803CF7 Blue Violet

📋 copy color: '#803CF7'

red 128 ◦ green 60 ◦ blue 247

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

Shades of Blue Violet #803CF7

Tints of Blue Violet #803CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.78%

R = 29.43%
G = 13.79%
B = 56.78%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#803CF7 (or 0x803CF7) is known color: Blue Violet. HEX triplet: 80, 3C and F7. RGB value is (128,60,247). Sum of RGB (Red+Green+Blue) = 128+60+247=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #803CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803CF7 is #7FC308. Grayscale: #646464. Windows color (decimal): -8373001 or 16202880. OLE color: 16202880.

HSL color Cylindrical-coordinate representation of color #803CF7: hue angle of 261.82º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #803CF7 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 60 247 -
CMYK 0.48 0.76 0 0.03
HSL 261.82º 0.92% 0.6% -
HSV(B) 261.82º 0.76% 0.97% -
XYZ 27.31 14.54 89.36 -
YUV 101.65 210.03 146.79 -
System Red Green Blue C M Y K H S L
Decimal 128 60 247 0.48 0.76 0 0.03 261.82 0.92 0.6
Hex 80 3C F7 30 4C 0 3 106 5C 3C
Octal 200 74 367 60 114 0 3 406 134 74
Binary 10000000 111100 11110111 110000 1001100 0 11 100000110 1011100 111100

Color Harmonies of #803CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803CF7

Black with #803CF7

Text Example


Text Example

White with #803CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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