Html Css Color HEX #753CBC Purple Heart

📋 copy color: '#753CBC'

red 117 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #753CBC

Tints of Purple Heart #753CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 32.05%
G = 16.44%
B = 51.51%

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

#753CBC (or 0x753CBC) is known color: Purple Heart. HEX triplet: 75, 3C and BC. RGB value is (117,60,188). Sum of RGB (Red+Green+Blue) = 117+60+188=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #753CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CBC is #8AC343. Grayscale: #5B5B5B. Windows color (decimal): -9093956 or 12336245. OLE color: 12336245.

HSL color Cylindrical-coordinate representation of color #753CBC: hue angle of 266.72º 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 #753CBC is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 60 188 -
CMYK 0.38 0.68 0 0.26
HSL 266.72º 0.52% 0.49% -
HSV(B) 266.72º 0.68% 0.74% -
XYZ 18.03 10.64 48.68 -
YUV 91.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 117 60 188 0.38 0.68 0 0.26 266.72 0.52 0.49
Hex 75 3C BC 26 44 0 1A 10B 34 31
Octal 165 74 274 46 104 0 32 413 64 61
Binary 1110101 111100 10111100 100110 1000100 0 11010 100001011 110100 110001

Color Harmonies of #753CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CBC

Black with #753CBC

Text Example


Text Example

White with #753CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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