Html Css Color HEX #7538FF Blue Violet

📋 copy color: '#7538FF'

red 117 ◦ green 56 ◦ blue 255

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

Shades of Blue Violet #7538FF

Tints of Blue Violet #7538FF

RGB

 RED value IS 117 (46.09% from 255) = 27.34%

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

 BLUE value IS 255 (100% from 255) = 59.58%

R = 27.34%
G = 13.08%
B = 59.58%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7538FF (or 0x7538FF) is known color: Blue Violet. HEX triplet: 75, 38 and FF. RGB value is (117,56,255). Sum of RGB (Red+Green+Blue) = 117+56+255=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #7538FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7538FF is #8AC700. Grayscale: #606060. Windows color (decimal): -9094913 or 16726133. OLE color: 16726133.

HSL color Cylindrical-coordinate representation of color #7538FF: hue angle of 258.39º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7538FF is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 56 255 -
CMYK 0.54 0.78 0 0
HSL 258.39º 1% 0.61% -
HSV(B) 258.39º 0.78% 1% -
XYZ 26.8 13.83 95.86 -
YUV 96.93 217.21 142.32 -
System Red Green Blue C M Y K H S L
Decimal 117 56 255 0.54 0.78 0 0 258.39 1 0.61
Hex 75 38 FF 36 4E 0 0 102 64 3D
Octal 165 70 377 66 116 0 0 402 144 75
Binary 1110101 111000 11111111 110110 1001110 0 0 100000010 1100100 111101

Color Harmonies of #7538FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7538FF

Black with #7538FF

Text Example


Text Example

White with #7538FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7538FF; }

 p { color: rgb(117,56,255); }

 H1.HeaderClassName
 {
   color: #7538FF;
 }
 .AnyTagClassName
 {
   color: #7538FF;
 }
</style>

background-color css

<style>
 a { background-color: #7538FF; }

 a { background-color: rgb(117,56,255); }

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

border-color css

<style>
 span { border-color: #7538FF; }

 span { border-color: rgb(117,56,255); }

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