Html Css Color HEX #7306DA Dark Violet

📋 copy color: '#7306DA'

red 115 ◦ green 6 ◦ blue 218

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

Shades of Dark Violet #7306DA

Tints of Dark Violet #7306DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.77%

 BLUE value IS 218 (85.55% from 255) = 64.31%

R = 33.92%
G = 1.77%
B = 64.31%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7306DA (or 0x7306DA) is known color: Dark Violet. HEX triplet: 73, 06 and DA. RGB value is (115,6,218). Sum of RGB (Red+Green+Blue) = 115+6+218=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #7306DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7306DA is #8CF925. Grayscale: #3E3E3E. Windows color (decimal): -9238822 or 14288499. OLE color: 14288499.

HSL color Cylindrical-coordinate representation of color #7306DA: hue angle of 270.85º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7306DA is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 6 218 -
CMYK 0.47 0.97 0 0.15
HSL 270.85º 0.95% 0.44% -
HSV(B) 270.85º 0.97% 0.85% -
XYZ 19.79 8.84 66.99 -
YUV 62.76 215.61 165.26 -
System Red Green Blue C M Y K H S L
Decimal 115 6 218 0.47 0.97 0 0.15 270.85 0.95 0.44
Hex 73 6 DA 2F 61 0 F 10F 5F 2C
Octal 163 6 332 57 141 0 17 417 137 54
Binary 1110011 110 11011010 101111 1100001 0 1111 100001111 1011111 101100

Color Harmonies of #7306DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7306DA

Black with #7306DA

Text Example


Text Example

White with #7306DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7306DA; }

 p { color: rgb(115,6,218); }

 H1.HeaderClassName
 {
   color: #7306DA;
 }
 .AnyTagClassName
 {
   color: #7306DA;
 }
</style>

background-color css

<style>
 a { background-color: #7306DA; }

 a { background-color: rgb(115,6,218); }

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

border-color css

<style>
 span { border-color: #7306DA; }

 span { border-color: rgb(115,6,218); }

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