Html Css Color HEX #7838FC Blue Violet

📋 copy color: '#7838FC'

red 120 ◦ green 56 ◦ blue 252

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

Shades of Blue Violet #7838FC

Tints of Blue Violet #7838FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 28.04%
G = 13.08%
B = 58.88%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7838FC (or 0x7838FC) is known color: Blue Violet. HEX triplet: 78, 38 and FC. RGB value is (120,56,252). Sum of RGB (Red+Green+Blue) = 120+56+252=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #7838FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7838FC is #87C703. Grayscale: #606060. Windows color (decimal): -8898308 or 16529528. OLE color: 16529528.

HSL color Cylindrical-coordinate representation of color #7838FC: hue angle of 259.59º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7838FC is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 56 252 -
CMYK 0.52 0.78 0 0.01
HSL 259.59º 0.97% 0.6% -
HSV(B) 259.59º 0.78% 0.99% -
XYZ 26.73 13.85 93.36 -
YUV 97.48 215.2 144.06 -
System Red Green Blue C M Y K H S L
Decimal 120 56 252 0.52 0.78 0 0.01 259.59 0.97 0.6
Hex 78 38 FC 34 4E 0 1 104 61 3C
Octal 170 70 374 64 116 0 1 404 141 74
Binary 1111000 111000 11111100 110100 1001110 0 1 100000100 1100001 111100

Color Harmonies of #7838FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7838FC

Black with #7838FC

Text Example


Text Example

White with #7838FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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