Html Css Color HEX #7038F1 Blue Violet

📋 copy color: '#7038F1'

red 112 ◦ green 56 ◦ blue 241

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

Shades of Blue Violet #7038F1

Tints of Blue Violet #7038F1

RGB

 RED value IS 112 (44.14% from 255) = 27.38%

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

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

R = 27.38%
G = 13.69%
B = 58.92%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7038F1 (or 0x7038F1) is known color: Blue Violet. HEX triplet: 70, 38 and F1. RGB value is (112,56,241). Sum of RGB (Red+Green+Blue) = 112+56+241=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #7038F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7038F1 is #8FC70E. Grayscale: #5D5D5D. Windows color (decimal): -9422607 or 15808624. OLE color: 15808624.

HSL color Cylindrical-coordinate representation of color #7038F1: hue angle of 258.16º 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 #7038F1 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 56 241 -
CMYK 0.54 0.77 0 0.05
HSL 258.16º 0.87% 0.58% -
HSV(B) 258.16º 0.77% 0.95% -
XYZ 23.97 12.62 84.39 -
YUV 93.83 211.05 140.96 -
System Red Green Blue C M Y K H S L
Decimal 112 56 241 0.54 0.77 0 0.05 258.16 0.87 0.58
Hex 70 38 F1 36 4D 0 5 102 57 3A
Octal 160 70 361 66 115 0 5 402 127 72
Binary 1110000 111000 11110001 110110 1001101 0 101 100000010 1010111 111010

Color Harmonies of #7038F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7038F1

Black with #7038F1

Text Example


Text Example

White with #7038F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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