Html Css Color HEX #752DCE Purple Heart

📋 copy color: '#752DCE'

red 117 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #752DCE

Tints of Purple Heart #752DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

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

R = 31.79%
G = 12.23%
B = 55.98%

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

#752DCE (or 0x752DCE) is known color: Purple Heart. HEX triplet: 75, 2D and CE. RGB value is (117,45,206). Sum of RGB (Red+Green+Blue) = 117+45+206=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #752DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DCE is #8AD231. Grayscale: #545454. Windows color (decimal): -9097778 or 13512053. OLE color: 13512053.

HSL color Cylindrical-coordinate representation of color #752DCE: hue angle of 266.83º degrees, saturation: 0.64, 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 #752DCE is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 45 206 -
CMYK 0.43 0.78 0 0.19
HSL 266.83º 0.64% 0.49% -
HSV(B) 266.83º 0.78% 0.81% -
XYZ 19.42 10.11 59.32 -
YUV 84.88 196.35 150.91 -
System Red Green Blue C M Y K H S L
Decimal 117 45 206 0.43 0.78 0 0.19 266.83 0.64 0.49
Hex 75 2D CE 2B 4E 0 13 10B 40 31
Octal 165 55 316 53 116 0 23 413 100 61
Binary 1110101 101101 11001110 101011 1001110 0 10011 100001011 1000000 110001

Color Harmonies of #752DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DCE

Black with #752DCE

Text Example


Text Example

White with #752DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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