Html Css Color HEX #752BE0 Blue Violet

📋 copy color: '#752BE0'

red 117 ◦ green 43 ◦ blue 224

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

Shades of Blue Violet #752BE0

Tints of Blue Violet #752BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.2%

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

R = 30.47%
G = 11.2%
B = 58.33%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#752BE0 (or 0x752BE0) is known color: Blue Violet. HEX triplet: 75, 2B and E0. RGB value is (117,43,224). Sum of RGB (Red+Green+Blue) = 117+43+224=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #752BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BE0 is #8AD41F. Grayscale: #555555. Windows color (decimal): -9098272 or 14691189. OLE color: 14691189.

HSL color Cylindrical-coordinate representation of color #752BE0: hue angle of 264.53º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752BE0 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 43 224 -
CMYK 0.48 0.81 0 0.12
HSL 264.53º 0.74% 0.52% -
HSV(B) 264.53º 0.81% 0.88% -
XYZ 21.65 10.89 71.48 -
YUV 85.76 206.02 150.28 -
System Red Green Blue C M Y K H S L
Decimal 117 43 224 0.48 0.81 0 0.12 264.53 0.74 0.52
Hex 75 2B E0 30 51 0 C 109 4A 34
Octal 165 53 340 60 121 0 14 411 112 64
Binary 1110101 101011 11100000 110000 1010001 0 1100 100001001 1001010 110100

Color Harmonies of #752BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BE0

Black with #752BE0

Text Example


Text Example

White with #752BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752BE0; }

 p { color: rgb(117,43,224); }

 H1.HeaderClassName
 {
   color: #752BE0;
 }
 .AnyTagClassName
 {
   color: #752BE0;
 }
</style>

background-color css

<style>
 a { background-color: #752BE0; }

 a { background-color: rgb(117,43,224); }

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

border-color css

<style>
 span { border-color: #752BE0; }

 span { border-color: rgb(117,43,224); }

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