Html Css Color HEX #753CD0 Purple Heart

📋 copy color: '#753CD0'

red 117 ◦ green 60 ◦ blue 208

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

Shades of Purple Heart #753CD0

Tints of Purple Heart #753CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 30.39%
G = 15.58%
B = 54.03%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#753CD0 (or 0x753CD0) is known color: Purple Heart. HEX triplet: 75, 3C and D0. RGB value is (117,60,208). Sum of RGB (Red+Green+Blue) = 117+60+208=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #753CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CD0 is #8AC32F. Grayscale: #5D5D5D. Windows color (decimal): -9093936 or 13646965. OLE color: 13646965.

HSL color Cylindrical-coordinate representation of color #753CD0: hue angle of 263.11º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753CD0 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 60 208 -
CMYK 0.44 0.71 0 0.18
HSL 263.11º 0.61% 0.53% -
HSV(B) 263.11º 0.71% 0.82% -
XYZ 20.34 11.57 60.84 -
YUV 93.92 192.38 144.47 -
System Red Green Blue C M Y K H S L
Decimal 117 60 208 0.44 0.71 0 0.18 263.11 0.61 0.53
Hex 75 3C D0 2C 47 0 12 107 3D 35
Octal 165 74 320 54 107 0 22 407 75 65
Binary 1110101 111100 11010000 101100 1000111 0 10010 100000111 111101 110101

Color Harmonies of #753CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CD0

Black with #753CD0

Text Example


Text Example

White with #753CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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