Html Css Color HEX #752ECE Purple Heart

📋 copy color: '#752ECE'

red 117 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #752ECE

Tints of Purple Heart #752ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 31.71%
G = 12.47%
B = 55.83%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#752ECE (or 0x752ECE) is known color: Purple Heart. HEX triplet: 75, 2E and CE. RGB value is (117,46,206). Sum of RGB (Red+Green+Blue) = 117+46+206=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #752ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ECE is #8AD131. Grayscale: #545454. Windows color (decimal): -9097522 or 13512309. OLE color: 13512309.

HSL color Cylindrical-coordinate representation of color #752ECE: hue angle of 266.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752ECE is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 46 206 -
CMYK 0.43 0.78 0 0.19
HSL 266.63º 0.63% 0.49% -
HSV(B) 266.63º 0.78% 0.81% -
XYZ 19.45 10.19 59.33 -
YUV 85.47 196.02 150.49 -
System Red Green Blue C M Y K H S L
Decimal 117 46 206 0.43 0.78 0 0.19 266.63 0.63 0.49
Hex 75 2E CE 2B 4E 0 13 10B 3F 31
Octal 165 56 316 53 116 0 23 413 77 61
Binary 1110101 101110 11001110 101011 1001110 0 10011 100001011 111111 110001

Color Harmonies of #752ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752ECE

Black with #752ECE

Text Example


Text Example

White with #752ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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