Html Css Color HEX #7306CE Dark Violet

📋 copy color: '#7306CE'

red 115 ◦ green 6 ◦ blue 206

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

Shades of Dark Violet #7306CE

Tints of Dark Violet #7306CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63%

R = 35.17%
G = 1.83%
B = 63%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7306CE (or 0x7306CE) is known color: Dark Violet. HEX triplet: 73, 06 and CE. RGB value is (115,6,206). Sum of RGB (Red+Green+Blue) = 115+6+206=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #7306CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7306CE is #8CF931. Grayscale: #3C3C3C. Windows color (decimal): -9238834 or 13502067. OLE color: 13502067.

HSL color Cylindrical-coordinate representation of color #7306CE: hue angle of 272.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7306CE is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 6 206 -
CMYK 0.44 0.97 0 0.19
HSL 272.7º 0.94% 0.42% -
HSV(B) 272.7º 0.97% 0.81% -
XYZ 18.28 8.23 59.02 -
YUV 61.39 209.61 166.24 -
System Red Green Blue C M Y K H S L
Decimal 115 6 206 0.44 0.97 0 0.19 272.7 0.94 0.42
Hex 73 6 CE 2C 61 0 13 111 5E 2A
Octal 163 6 316 54 141 0 23 421 136 52
Binary 1110011 110 11001110 101100 1100001 0 10011 100010001 1011110 101010

Color Harmonies of #7306CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7306CE

Black with #7306CE

Text Example


Text Example

White with #7306CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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