Html Css Color HEX #730FD6 Blue Violet

📋 copy color: '#730FD6'

red 115 ◦ green 15 ◦ blue 214

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

Shades of Blue Violet #730FD6

Tints of Blue Violet #730FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 62.21%

R = 33.43%
G = 4.36%
B = 62.21%

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

#730FD6 (or 0x730FD6) is known color: Blue Violet. HEX triplet: 73, 0F and D6. RGB value is (115,15,214). Sum of RGB (Red+Green+Blue) = 115+15+214=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 214 (83.98% from 255 or 62.21% from 344); Max value from RGB is 214 - color contains mainly: blue. Hex color #730FD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FD6 is #8CF029. Grayscale: #424242. Windows color (decimal): -9236522 or 14028659. OLE color: 14028659.

HSL color Cylindrical-coordinate representation of color #730FD6: hue angle of 270.15º 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 #730FD6 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 15 214 -
CMYK 0.46 0.93 0 0.16
HSL 270.15º 0.87% 0.45% -
HSV(B) 270.15º 0.93% 0.84% -
XYZ 19.38 8.84 64.3 -
YUV 67.59 210.63 161.82 -
System Red Green Blue C M Y K H S L
Decimal 115 15 214 0.46 0.93 0 0.16 270.15 0.87 0.45
Hex 73 F D6 2E 5D 0 10 10E 57 2D
Octal 163 17 326 56 135 0 20 416 127 55
Binary 1110011 1111 11010110 101110 1011101 0 10000 100001110 1010111 101101

Color Harmonies of #730FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FD6

Black with #730FD6

Text Example


Text Example

White with #730FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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