Html Css Color HEX #7300D6 Dark Violet

📋 copy color: '#7300D6'

red 115 ◦ green 0 ◦ blue 214

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

Shades of Dark Violet #7300D6

Tints of Dark Violet #7300D6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.95%
G = 0%
B = 65.05%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7300D6 (or 0x7300D6) is known color: Dark Violet. HEX triplet: 73, 00 and D6. RGB value is (115,0,214). Sum of RGB (Red+Green+Blue) = 115+0+214=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 214 (83.98% from 255 or 65.05% from 329); Max value from RGB is 214 - color contains mainly: blue. Hex color #7300D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300D6 is #8CFF29. Grayscale: #3A3A3A. Windows color (decimal): -9240362 or 14024819. OLE color: 14024819.

HSL color Cylindrical-coordinate representation of color #7300D6: hue angle of 272.24º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300D6 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 0 214 -
CMYK 0.46 1 0 0.16
HSL 272.24º 1% 0.42% -
HSV(B) 272.24º 1% 0.84% -
XYZ 19.21 8.5 64.25 -
YUV 58.78 215.6 168.1 -
System Red Green Blue C M Y K H S L
Decimal 115 0 214 0.46 1 0 0.16 272.24 1 0.42
Hex 73 0 D6 2E 64 0 10 110 64 2A
Octal 163 0 326 56 144 0 20 420 144 52
Binary 1110011 0 11010110 101110 1100100 0 10000 100010000 1100100 101010

Color Harmonies of #7300D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7300D6

Black with #7300D6

Text Example


Text Example

White with #7300D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7300D6; }

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

 H1.HeaderClassName
 {
   color: #7300D6;
 }
 .AnyTagClassName
 {
   color: #7300D6;
 }
</style>

background-color css

<style>
 a { background-color: #7300D6; }

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

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

border-color css

<style>
 span { border-color: #7300D6; }

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

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