Html Css Color HEX #730CCD Dark Violet

📋 copy color: '#730CCD'

red 115 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #730CCD

Tints of Dark Violet #730CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.61%

 BLUE value IS 205 (80.47% from 255) = 61.75%

R = 34.64%
G = 3.61%
B = 61.75%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#730CCD (or 0x730CCD) is known color: Dark Violet. HEX triplet: 73, 0C and CD. RGB value is (115,12,205). Sum of RGB (Red+Green+Blue) = 115+12+205=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #730CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CCD is #8CF332. Grayscale: #404040. Windows color (decimal): -9237299 or 13438067. OLE color: 13438067.

HSL color Cylindrical-coordinate representation of color #730CCD: hue angle of 272.02º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CCD is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 12 205 -
CMYK 0.44 0.94 0 0.20
HSL 272.02º 0.89% 0.43% -
HSV(B) 272.02º 0.94% 0.8% -
XYZ 18.22 8.32 58.4 -
YUV 64.8 207.12 163.81 -
System Red Green Blue C M Y K H S L
Decimal 115 12 205 0.44 0.94 0 0.20 272.02 0.89 0.43
Hex 73 C CD 2C 5E 0 14 110 59 2B
Octal 163 14 315 54 136 0 24 420 131 53
Binary 1110011 1100 11001101 101100 1011110 0 10100 100010000 1011001 101011

Color Harmonies of #730CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CCD

Black with #730CCD

Text Example


Text Example

White with #730CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,12,205); }

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

background-color css

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

 a { background-color: rgb(115,12,205); }

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

border-color css

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

 span { border-color: rgb(115,12,205); }

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