Html Css Color HEX #7638DB Blue Violet

📋 copy color: '#7638DB'

red 118 ◦ green 56 ◦ blue 219

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

Shades of Blue Violet #7638DB

Tints of Blue Violet #7638DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.25%

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 30.03%
G = 14.25%
B = 55.73%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7638DB (or 0x7638DB) is known color: Blue Violet. HEX triplet: 76, 38 and DB. RGB value is (118,56,219). Sum of RGB (Red+Green+Blue) = 118+56+219=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #7638DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7638DB is #89C724. Grayscale: #5C5C5C. Windows color (decimal): -9029413 or 14366838. OLE color: 14366838.

HSL color Cylindrical-coordinate representation of color #7638DB: hue angle of 262.82º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7638DB is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 56 219 -
CMYK 0.46 0.74 0 0.14
HSL 262.82º 0.69% 0.54% -
HSV(B) 262.82º 0.74% 0.86% -
XYZ 21.67 11.79 68.15 -
YUV 93.12 199.04 145.75 -
System Red Green Blue C M Y K H S L
Decimal 118 56 219 0.46 0.74 0 0.14 262.82 0.69 0.54
Hex 76 38 DB 2E 4A 0 E 107 45 36
Octal 166 70 333 56 112 0 16 407 105 66
Binary 1110110 111000 11011011 101110 1001010 0 1110 100000111 1000101 110110

Color Harmonies of #7638DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7638DB

Black with #7638DB

Text Example


Text Example

White with #7638DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7638DB; }

 p { color: rgb(118,56,219); }

 H1.HeaderClassName
 {
   color: #7638DB;
 }
 .AnyTagClassName
 {
   color: #7638DB;
 }
</style>

background-color css

<style>
 a { background-color: #7638DB; }

 a { background-color: rgb(118,56,219); }

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

border-color css

<style>
 span { border-color: #7638DB; }

 span { border-color: rgb(118,56,219); }

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