Html Css Color HEX #803CCF Blue Violet

📋 copy color: '#803CCF'

red 128 ◦ green 60 ◦ blue 207

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

Shades of Blue Violet #803CCF

Tints of Blue Violet #803CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 32.41%
G = 15.19%
B = 52.41%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#803CCF (or 0x803CCF) is known color: Blue Violet. HEX triplet: 80, 3C and CF. RGB value is (128,60,207). Sum of RGB (Red+Green+Blue) = 128+60+207=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #803CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CCF is #7FC330. Grayscale: #606060. Windows color (decimal): -8373041 or 13581440. OLE color: 13581440.

HSL color Cylindrical-coordinate representation of color #803CCF: hue angle of 267.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803CCF is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 60 207 -
CMYK 0.38 0.71 0 0.19
HSL 267.76º 0.6% 0.52% -
HSV(B) 267.76º 0.71% 0.81% -
XYZ 21.78 12.33 60.26 -
YUV 97.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 128 60 207 0.38 0.71 0 0.19 267.76 0.6 0.52
Hex 80 3C CF 26 47 0 13 10C 3C 34
Octal 200 74 317 46 107 0 23 414 74 64
Binary 10000000 111100 11001111 100110 1000111 0 10011 100001100 111100 110100

Color Harmonies of #803CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803CCF

Black with #803CCF

Text Example


Text Example

White with #803CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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