Html Css Color HEX #753DBE Purple Heart

📋 copy color: '#753DBE'

red 117 ◦ green 61 ◦ blue 190

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

Shades of Purple Heart #753DBE

Tints of Purple Heart #753DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.58%

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 31.79%
G = 16.58%
B = 51.63%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#753DBE (or 0x753DBE) is known color: Purple Heart. HEX triplet: 75, 3D and BE. RGB value is (117,61,190). Sum of RGB (Red+Green+Blue) = 117+61+190=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #753DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DBE is #8AC241. Grayscale: #5B5B5B. Windows color (decimal): -9093698 or 12467573. OLE color: 12467573.

HSL color Cylindrical-coordinate representation of color #753DBE: hue angle of 266.05º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753DBE is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 61 190 -
CMYK 0.38 0.68 0 0.25
HSL 266.05º 0.51% 0.49% -
HSV(B) 266.05º 0.68% 0.75% -
XYZ 18.3 10.84 49.84 -
YUV 92.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 117 61 190 0.38 0.68 0 0.25 266.05 0.51 0.49
Hex 75 3D BE 26 44 0 19 10A 33 31
Octal 165 75 276 46 104 0 31 412 63 61
Binary 1110101 111101 10111110 100110 1000100 0 11001 100001010 110011 110001

Color Harmonies of #753DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DBE

Black with #753DBE

Text Example


Text Example

White with #753DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,61,190); }

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

background-color css

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

 a { background-color: rgb(117,61,190); }

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

border-color css

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

 span { border-color: rgb(117,61,190); }

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