Html Css Color HEX #7308CA Dark Violet

📋 copy color: '#7308CA'

red 115 ◦ green 8 ◦ blue 202

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

Shades of Dark Violet #7308CA

Tints of Dark Violet #7308CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.46%

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

R = 35.38%
G = 2.46%
B = 62.15%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7308CA (or 0x7308CA) is known color: Dark Violet. HEX triplet: 73, 08 and CA. RGB value is (115,8,202). Sum of RGB (Red+Green+Blue) = 115+8+202=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #7308CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7308CA is #8CF735. Grayscale: #3D3D3D. Windows color (decimal): -9238326 or 13240435. OLE color: 13240435.

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

Color convert

RGB 115 8 202 -
CMYK 0.43 0.96 0 0.21
HSL 273.09º 0.92% 0.41% -
HSV(B) 273.09º 0.96% 0.79% -
XYZ 17.82 8.08 56.5 -
YUV 62.11 206.95 165.73 -
System Red Green Blue C M Y K H S L
Decimal 115 8 202 0.43 0.96 0 0.21 273.09 0.92 0.41
Hex 73 8 CA 2B 60 0 15 111 5C 29
Octal 163 10 312 53 140 0 25 421 134 51
Binary 1110011 1000 11001010 101011 1100000 0 10101 100010001 1011100 101001

Color Harmonies of #7308CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7308CA

Black with #7308CA

Text Example


Text Example

White with #7308CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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