Html Css Color HEX #752ECF Purple Heart

📋 copy color: '#752ECF'

red 117 ◦ green 46 ◦ blue 207

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

Shades of Purple Heart #752ECF

Tints of Purple Heart #752ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 31.62%
G = 12.43%
B = 55.95%

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

#752ECF (or 0x752ECF) is known color: Purple Heart. HEX triplet: 75, 2E and CF. RGB value is (117,46,207). Sum of RGB (Red+Green+Blue) = 117+46+207=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #752ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ECF is #8AD130. Grayscale: #555555. Windows color (decimal): -9097521 or 13577845. OLE color: 13577845.

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

Color convert

RGB 117 46 207 -
CMYK 0.43 0.78 0 0.19
HSL 266.46º 0.64% 0.5% -
HSV(B) 266.46º 0.78% 0.81% -
XYZ 19.58 10.24 59.98 -
YUV 85.58 196.52 150.41 -
System Red Green Blue C M Y K H S L
Decimal 117 46 207 0.43 0.78 0 0.19 266.46 0.64 0.5
Hex 75 2E CF 2B 4E 0 13 10A 40 32
Octal 165 56 317 53 116 0 23 412 100 62
Binary 1110101 101110 11001111 101011 1001110 0 10011 100001010 1000000 110010

Color Harmonies of #752ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752ECF

Black with #752ECF

Text Example


Text Example

White with #752ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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