Html Css Color HEX #7638F1 Blue Violet

📋 copy color: '#7638F1'

red 118 ◦ green 56 ◦ blue 241

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

Shades of Blue Violet #7638F1

Tints of Blue Violet #7638F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.07%

R = 28.43%
G = 13.49%
B = 58.07%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7638F1 (or 0x7638F1) is known color: Blue Violet. HEX triplet: 76, 38 and F1. RGB value is (118,56,241). Sum of RGB (Red+Green+Blue) = 118+56+241=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #7638F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7638F1 is #89C70E. Grayscale: #5E5E5E. Windows color (decimal): -9029391 or 15808630. OLE color: 15808630.

HSL color Cylindrical-coordinate representation of color #7638F1: hue angle of 260.11º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7638F1 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 56 241 -
CMYK 0.51 0.77 0 0.05
HSL 260.11º 0.87% 0.58% -
HSV(B) 260.11º 0.77% 0.95% -
XYZ 24.76 13.03 84.43 -
YUV 95.63 210.04 143.96 -
System Red Green Blue C M Y K H S L
Decimal 118 56 241 0.51 0.77 0 0.05 260.11 0.87 0.58
Hex 76 38 F1 33 4D 0 5 104 57 3A
Octal 166 70 361 63 115 0 5 404 127 72
Binary 1110110 111000 11110001 110011 1001101 0 101 100000100 1010111 111010

Color Harmonies of #7638F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7638F1

Black with #7638F1

Text Example


Text Example

White with #7638F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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