Html Css Color HEX #7306CA Dark Violet

📋 copy color: '#7306CA'

red 115 ◦ green 6 ◦ blue 202

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

Shades of Dark Violet #7306CA

Tints of Dark Violet #7306CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.54%

R = 35.6%
G = 1.86%
B = 62.54%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7306CA (or 0x7306CA) is known color: Dark Violet. HEX triplet: 73, 06 and CA. RGB value is (115,6,202). Sum of RGB (Red+Green+Blue) = 115+6+202=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #7306CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7306CA is #8CF935. Grayscale: #3C3C3C. Windows color (decimal): -9238838 or 13239923. OLE color: 13239923.

HSL color Cylindrical-coordinate representation of color #7306CA: hue angle of 273.37º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7306CA is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 6 202 -
CMYK 0.43 0.97 0 0.21
HSL 273.37º 0.94% 0.41% -
HSV(B) 273.37º 0.97% 0.79% -
XYZ 17.8 8.04 56.49 -
YUV 60.94 207.61 166.56 -
System Red Green Blue C M Y K H S L
Decimal 115 6 202 0.43 0.97 0 0.21 273.37 0.94 0.41
Hex 73 6 CA 2B 61 0 15 111 5E 29
Octal 163 6 312 53 141 0 25 421 136 51
Binary 1110011 110 11001010 101011 1100001 0 10101 100010001 1011110 101001

Color Harmonies of #7306CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7306CA

Black with #7306CA

Text Example


Text Example

White with #7306CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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