Html Css Color HEX #753CCE Purple Heart

📋 copy color: '#753CCE'

red 117 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #753CCE

Tints of Purple Heart #753CCE

RGB

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

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

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

R = 30.55%
G = 15.67%
B = 53.79%

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

#753CCE (or 0x753CCE) is known color: Purple Heart. HEX triplet: 75, 3C and CE. RGB value is (117,60,206). Sum of RGB (Red+Green+Blue) = 117+60+206=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #753CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CCE is #8AC331. Grayscale: #5D5D5D. Windows color (decimal): -9093938 or 13515893. OLE color: 13515893.

HSL color Cylindrical-coordinate representation of color #753CCE: hue angle of 263.42º 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 #753CCE is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 60 206 -
CMYK 0.43 0.71 0 0.19
HSL 263.42º 0.6% 0.52% -
HSV(B) 263.42º 0.71% 0.81% -
XYZ 20.09 11.47 59.55 -
YUV 93.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 117 60 206 0.43 0.71 0 0.19 263.42 0.6 0.52
Hex 75 3C CE 2B 47 0 13 107 3C 34
Octal 165 74 316 53 107 0 23 407 74 64
Binary 1110101 111100 11001110 101011 1000111 0 10011 100000111 111100 110100

Color Harmonies of #753CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CCE

Black with #753CCE

Text Example


Text Example

White with #753CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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