Html Css Color HEX #7618DD Blue Violet

📋 copy color: '#7618DD'

red 118 ◦ green 24 ◦ blue 221

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

Shades of Blue Violet #7618DD

Tints of Blue Violet #7618DD

RGB

 RED value IS 118 (46.48% from 255) = 32.51%

 GREEN value IS 24 (9.77% from 255) = 6.61%

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 32.51%
G = 6.61%
B = 60.88%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7618DD (or 0x7618DD) is known color: Blue Violet. HEX triplet: 76, 18 and DD. RGB value is (118,24,221). Sum of RGB (Red+Green+Blue) = 118+24+221=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #7618DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7618DD is #89E722. Grayscale: #494949. Windows color (decimal): -9037603 or 14489718. OLE color: 14489718.

HSL color Cylindrical-coordinate representation of color #7618DD: hue angle of 268.63º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7618DD is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 24 221 -
CMYK 0.47 0.89 0 0.13
HSL 268.63º 0.8% 0.48% -
HSV(B) 268.63º 0.89% 0.87% -
XYZ 20.85 9.73 69.18 -
YUV 74.56 210.64 158.98 -
System Red Green Blue C M Y K H S L
Decimal 118 24 221 0.47 0.89 0 0.13 268.63 0.8 0.48
Hex 76 18 DD 2F 59 0 D 10D 50 30
Octal 166 30 335 57 131 0 15 415 120 60
Binary 1110110 11000 11011101 101111 1011001 0 1101 100001101 1010000 110000

Color Harmonies of #7618DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7618DD

Black with #7618DD

Text Example


Text Example

White with #7618DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7618DD; }

 p { color: rgb(118,24,221); }

 H1.HeaderClassName
 {
   color: #7618DD;
 }
 .AnyTagClassName
 {
   color: #7618DD;
 }
</style>

background-color css

<style>
 a { background-color: #7618DD; }

 a { background-color: rgb(118,24,221); }

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

border-color css

<style>
 span { border-color: #7618DD; }

 span { border-color: rgb(118,24,221); }

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