Html Css Color HEX #753CCF Purple Heart

📋 copy color: '#753CCF'

red 117 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #753CCF

Tints of Purple Heart #753CCF

RGB

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

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

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

R = 30.47%
G = 15.63%
B = 53.91%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#753CCF (or 0x753CCF) is known color: Purple Heart. HEX triplet: 75, 3C and CF. RGB value is (117,60,207). Sum of RGB (Red+Green+Blue) = 117+60+207=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #753CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CCF is #8AC330. Grayscale: #5D5D5D. Windows color (decimal): -9093937 or 13581429. OLE color: 13581429.

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

Color convert

RGB 117 60 207 -
CMYK 0.43 0.71 0 0.19
HSL 263.27º 0.6% 0.52% -
HSV(B) 263.27º 0.71% 0.81% -
XYZ 20.21 11.52 60.19 -
YUV 93.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 117 60 207 0.43 0.71 0 0.19 263.27 0.6 0.52
Hex 75 3C CF 2B 47 0 13 107 3C 34
Octal 165 74 317 53 107 0 23 407 74 64
Binary 1110101 111100 11001111 101011 1000111 0 10011 100000111 111100 110100

Color Harmonies of #753CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CCF

Black with #753CCF

Text Example


Text Example

White with #753CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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