Html Css Color HEX #730FD5 Blue Violet

📋 copy color: '#730FD5'

red 115 ◦ green 15 ◦ blue 213

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

Shades of Blue Violet #730FD5

Tints of Blue Violet #730FD5

RGB

 RED value IS 115 (45.31% from 255) = 33.53%

 GREEN value IS 15 (6.25% from 255) = 4.37%

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 33.53%
G = 4.37%
B = 62.1%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#730FD5 (or 0x730FD5) is known color: Blue Violet. HEX triplet: 73, 0F and D5. RGB value is (115,15,213). Sum of RGB (Red+Green+Blue) = 115+15+213=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #730FD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FD5 is #8CF02A. Grayscale: #424242. Windows color (decimal): -9236523 or 13963123. OLE color: 13963123.

HSL color Cylindrical-coordinate representation of color #730FD5: hue angle of 270.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FD5 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 15 213 -
CMYK 0.46 0.93 0 0.16
HSL 270.3º 0.87% 0.45% -
HSV(B) 270.3º 0.93% 0.84% -
XYZ 19.25 8.79 63.63 -
YUV 67.47 210.13 161.9 -
System Red Green Blue C M Y K H S L
Decimal 115 15 213 0.46 0.93 0 0.16 270.3 0.87 0.45
Hex 73 F D5 2E 5D 0 10 10E 57 2D
Octal 163 17 325 56 135 0 20 416 127 55
Binary 1110011 1111 11010101 101110 1011101 0 10000 100001110 1010111 101101

Color Harmonies of #730FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FD5

Black with #730FD5

Text Example


Text Example

White with #730FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730FD5; }

 p { color: rgb(115,15,213); }

 H1.HeaderClassName
 {
   color: #730FD5;
 }
 .AnyTagClassName
 {
   color: #730FD5;
 }
</style>

background-color css

<style>
 a { background-color: #730FD5; }

 a { background-color: rgb(115,15,213); }

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

border-color css

<style>
 span { border-color: #730FD5; }

 span { border-color: rgb(115,15,213); }

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