Html Css Color HEX #753CC4 Purple Heart

📋 copy color: '#753CC4'

red 117 ◦ green 60 ◦ blue 196

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

Shades of Purple Heart #753CC4

Tints of Purple Heart #753CC4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

 BLUE value IS 196 (76.95% from 255) = 52.55%

R = 31.37%
G = 16.09%
B = 52.55%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#753CC4 (or 0x753CC4) is known color: Purple Heart. HEX triplet: 75, 3C and C4. RGB value is (117,60,196). Sum of RGB (Red+Green+Blue) = 117+60+196=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #753CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CC4 is #8AC33B. Grayscale: #5C5C5C. Windows color (decimal): -9093948 or 12860533. OLE color: 12860533.

HSL color Cylindrical-coordinate representation of color #753CC4: hue angle of 265.15º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753CC4 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 60 196 -
CMYK 0.40 0.69 0 0.23
HSL 265.15º 0.54% 0.5% -
HSV(B) 265.15º 0.69% 0.77% -
XYZ 18.92 11 53.35 -
YUV 92.55 186.38 145.44 -
System Red Green Blue C M Y K H S L
Decimal 117 60 196 0.40 0.69 0 0.23 265.15 0.54 0.5
Hex 75 3C C4 28 45 0 17 109 36 32
Octal 165 74 304 50 105 0 27 411 66 62
Binary 1110101 111100 11000100 101000 1000101 0 10111 100001001 110110 110010

Color Harmonies of #753CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CC4

Black with #753CC4

Text Example


Text Example

White with #753CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753CC4; }

 p { color: rgb(117,60,196); }

 H1.HeaderClassName
 {
   color: #753CC4;
 }
 .AnyTagClassName
 {
   color: #753CC4;
 }
</style>

background-color css

<style>
 a { background-color: #753CC4; }

 a { background-color: rgb(117,60,196); }

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

border-color css

<style>
 span { border-color: #753CC4; }

 span { border-color: rgb(117,60,196); }

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