Html Css Color HEX #973CE7 Blue Violet

📋 copy color: '#973CE7'

red 151 ◦ green 60 ◦ blue 231

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

Shades of Blue Violet #973CE7

Tints of Blue Violet #973CE7

RGB

 RED value IS 151 (59.38% from 255) = 34.16%

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

 BLUE value IS 231 (90.63% from 255) = 52.26%

R = 34.16%
G = 13.57%
B = 52.26%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#973CE7 (or 0x973CE7) is known color: Blue Violet. HEX triplet: 97, 3C and E7. RGB value is (151,60,231). Sum of RGB (Red+Green+Blue) = 151+60+231=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #973CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973CE7 is #68C318. Grayscale: #6A6A6A. Windows color (decimal): -6865689 or 15154327. OLE color: 15154327.

HSL color Cylindrical-coordinate representation of color #973CE7: hue angle of 271.93º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973CE7 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 60 231 -
CMYK 0.35 0.74 0 0.09
HSL 271.93º 0.78% 0.57% -
HSV(B) 271.93º 0.74% 0.91% -
XYZ 28.8 15.58 77.09 -
YUV 106.7 198.15 159.6 -
System Red Green Blue C M Y K H S L
Decimal 151 60 231 0.35 0.74 0 0.09 271.93 0.78 0.57
Hex 97 3C E7 23 4A 0 9 110 4E 39
Octal 227 74 347 43 112 0 11 420 116 71
Binary 10010111 111100 11100111 100011 1001010 0 1001 100010000 1001110 111001

Color Harmonies of #973CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CE7

Black with #973CE7

Text Example


Text Example

White with #973CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973CE7; }

 p { color: rgb(151,60,231); }

 H1.HeaderClassName
 {
   color: #973CE7;
 }
 .AnyTagClassName
 {
   color: #973CE7;
 }
</style>

background-color css

<style>
 a { background-color: #973CE7; }

 a { background-color: rgb(151,60,231); }

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

border-color css

<style>
 span { border-color: #973CE7; }

 span { border-color: rgb(151,60,231); }

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