Html Css Color HEX #7838E0 Blue Violet

📋 copy color: '#7838E0'

red 120 ◦ green 56 ◦ blue 224

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

Shades of Blue Violet #7838E0

Tints of Blue Violet #7838E0

RGB

 RED value IS 120 (47.27% from 255) = 30%

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

 BLUE value IS 224 (87.89% from 255) = 56%

R = 30%
G = 14%
B = 56%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7838E0 (or 0x7838E0) is known color: Blue Violet. HEX triplet: 78, 38 and E0. RGB value is (120,56,224). Sum of RGB (Red+Green+Blue) = 120+56+224=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #7838E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7838E0 is #87C71F. Grayscale: #5D5D5D. Windows color (decimal): -8898336 or 14694520. OLE color: 14694520.

HSL color Cylindrical-coordinate representation of color #7838E0: hue angle of 262.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7838E0 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 56 224 -
CMYK 0.46 0.75 0 0.12
HSL 262.86º 0.73% 0.55% -
HSV(B) 262.86º 0.75% 0.88% -
XYZ 22.61 12.2 71.68 -
YUV 94.29 201.2 146.34 -
System Red Green Blue C M Y K H S L
Decimal 120 56 224 0.46 0.75 0 0.12 262.86 0.73 0.55
Hex 78 38 E0 2E 4B 0 C 107 49 37
Octal 170 70 340 56 113 0 14 407 111 67
Binary 1111000 111000 11100000 101110 1001011 0 1100 100000111 1001001 110111

Color Harmonies of #7838E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7838E0

Black with #7838E0

Text Example


Text Example

White with #7838E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7838E0; }

 p { color: rgb(120,56,224); }

 H1.HeaderClassName
 {
   color: #7838E0;
 }
 .AnyTagClassName
 {
   color: #7838E0;
 }
</style>

background-color css

<style>
 a { background-color: #7838E0; }

 a { background-color: rgb(120,56,224); }

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

border-color css

<style>
 span { border-color: #7838E0; }

 span { border-color: rgb(120,56,224); }

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