Html Css Color HEX #752CCF Purple Heart

📋 copy color: '#752CCF'

red 117 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #752CCF

Tints of Purple Heart #752CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.96%

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

R = 31.79%
G = 11.96%
B = 56.25%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#752CCF (or 0x752CCF) is known color: Purple Heart. HEX triplet: 75, 2C and CF. RGB value is (117,44,207). Sum of RGB (Red+Green+Blue) = 117+44+207=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #752CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CCF is #8AD330. Grayscale: #535353. Windows color (decimal): -9098033 or 13577333. OLE color: 13577333.

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

Color convert

RGB 117 44 207 -
CMYK 0.43 0.79 0 0.19
HSL 266.87º 0.65% 0.49% -
HSV(B) 266.87º 0.79% 0.81% -
XYZ 19.5 10.09 59.95 -
YUV 84.41 197.18 151.25 -
System Red Green Blue C M Y K H S L
Decimal 117 44 207 0.43 0.79 0 0.19 266.87 0.65 0.49
Hex 75 2C CF 2B 4F 0 13 10B 41 31
Octal 165 54 317 53 117 0 23 413 101 61
Binary 1110101 101100 11001111 101011 1001111 0 10011 100001011 1000001 110001

Color Harmonies of #752CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CCF

Black with #752CCF

Text Example


Text Example

White with #752CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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