Html Css Color HEX #753FCE Purple Heart

📋 copy color: '#753FCE'

red 117 ◦ green 63 ◦ blue 206

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

Shades of Purple Heart #753FCE

Tints of Purple Heart #753FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 16.32%

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

R = 30.31%
G = 16.32%
B = 53.37%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#753FCE (or 0x753FCE) is known color: Purple Heart. HEX triplet: 75, 3F and CE. RGB value is (117,63,206). Sum of RGB (Red+Green+Blue) = 117+63+206=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #753FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FCE is #8AC031. Grayscale: #5E5E5E. Windows color (decimal): -9093170 or 13516661. OLE color: 13516661.

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

Color convert

RGB 117 63 206 -
CMYK 0.43 0.69 0 0.19
HSL 262.66º 0.59% 0.53% -
HSV(B) 262.66º 0.69% 0.81% -
XYZ 20.25 11.79 59.6 -
YUV 95.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 117 63 206 0.43 0.69 0 0.19 262.66 0.59 0.53
Hex 75 3F CE 2B 45 0 13 107 3B 35
Octal 165 77 316 53 105 0 23 407 73 65
Binary 1110101 111111 11001110 101011 1000101 0 10011 100000111 111011 110101

Color Harmonies of #753FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FCE

Black with #753FCE

Text Example


Text Example

White with #753FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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