Html Css Color HEX #752EEA Blue Violet

📋 copy color: '#752EEA'

red 117 ◦ green 46 ◦ blue 234

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

Shades of Blue Violet #752EEA

Tints of Blue Violet #752EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.59%

 BLUE value IS 234 (91.8% from 255) = 58.94%

R = 29.47%
G = 11.59%
B = 58.94%

CMYK

 C value IS 0.5

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#752EEA (or 0x752EEA) is known color: Blue Violet. HEX triplet: 75, 2E and EA. RGB value is (117,46,234). Sum of RGB (Red+Green+Blue) = 117+46+234=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #752EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752EEA is #8AD115. Grayscale: #575757. Windows color (decimal): -9097494 or 15347317. OLE color: 15347317.

HSL color Cylindrical-coordinate representation of color #752EEA: hue angle of 262.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752EEA is Cyan = 0.5, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 46 234 -
CMYK 0.5 0.80 0 0.08
HSL 262.66º 0.82% 0.55% -
HSV(B) 262.66º 0.8% 0.92% -
XYZ 23.16 11.68 78.87 -
YUV 88.66 210.02 148.21 -
System Red Green Blue C M Y K H S L
Decimal 117 46 234 0.5 0.80 0 0.08 262.66 0.82 0.55
Hex 75 2E EA 32 50 0 8 107 52 37
Octal 165 56 352 62 120 0 10 407 122 67
Binary 1110101 101110 11101010 110010 1010000 0 1000 100000111 1010010 110111

Color Harmonies of #752EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EEA

Black with #752EEA

Text Example


Text Example

White with #752EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,46,234); }

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

background-color css

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

 a { background-color: rgb(117,46,234); }

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

border-color css

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

 span { border-color: rgb(117,46,234); }

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