Html Css Color HEX #7309CF Dark Violet

📋 copy color: '#7309CF'

red 115 ◦ green 9 ◦ blue 207

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

Shades of Dark Violet #7309CF

Tints of Dark Violet #7309CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.72%

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 34.74%
G = 2.72%
B = 62.54%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7309CF (or 0x7309CF) is known color: Dark Violet. HEX triplet: 73, 09 and CF. RGB value is (115,9,207). Sum of RGB (Red+Green+Blue) = 115+9+207=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #7309CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7309CF is #8CF630. Grayscale: #3E3E3E. Windows color (decimal): -9238065 or 13568371. OLE color: 13568371.

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

Color convert

RGB 115 9 207 -
CMYK 0.44 0.96 0 0.19
HSL 272.12º 0.92% 0.42% -
HSV(B) 272.12º 0.96% 0.81% -
XYZ 18.43 8.35 59.67 -
YUV 63.27 209.12 164.9 -
System Red Green Blue C M Y K H S L
Decimal 115 9 207 0.44 0.96 0 0.19 272.12 0.92 0.42
Hex 73 9 CF 2C 60 0 13 110 5C 2A
Octal 163 11 317 54 140 0 23 420 134 52
Binary 1110011 1001 11001111 101100 1100000 0 10011 100010000 1011100 101010

Color Harmonies of #7309CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309CF

Black with #7309CF

Text Example


Text Example

White with #7309CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7309CF; }

 p { color: rgb(115,9,207); }

 H1.HeaderClassName
 {
   color: #7309CF;
 }
 .AnyTagClassName
 {
   color: #7309CF;
 }
</style>

background-color css

<style>
 a { background-color: #7309CF; }

 a { background-color: rgb(115,9,207); }

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

border-color css

<style>
 span { border-color: #7309CF; }

 span { border-color: rgb(115,9,207); }

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