Html Css Color HEX #753CBD Purple Heart

📋 copy color: '#753CBD'

red 117 ◦ green 60 ◦ blue 189

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

Shades of Purple Heart #753CBD

Tints of Purple Heart #753CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 31.97%
G = 16.39%
B = 51.64%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#753CBD (or 0x753CBD) is known color: Purple Heart. HEX triplet: 75, 3C and BD. RGB value is (117,60,189). Sum of RGB (Red+Green+Blue) = 117+60+189=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #753CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CBD is #8AC342. Grayscale: #5B5B5B. Windows color (decimal): -9093955 or 12401781. OLE color: 12401781.

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

Color convert

RGB 117 60 189 -
CMYK 0.38 0.68 0 0.26
HSL 266.51º 0.52% 0.49% -
HSV(B) 266.51º 0.68% 0.74% -
XYZ 18.14 10.69 49.25 -
YUV 91.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 117 60 189 0.38 0.68 0 0.26 266.51 0.52 0.49
Hex 75 3C BD 26 44 0 1A 10B 34 31
Octal 165 74 275 46 104 0 32 413 64 61
Binary 1110101 111100 10111101 100110 1000100 0 11010 100001011 110100 110001

Color Harmonies of #753CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CBD

Black with #753CBD

Text Example


Text Example

White with #753CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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