Html Css Color HEX #753DCB Purple Heart

📋 copy color: '#753DCB'

red 117 ◦ green 61 ◦ blue 203

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

Shades of Purple Heart #753DCB

Tints of Purple Heart #753DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 30.71%
G = 16.01%
B = 53.28%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#753DCB (or 0x753DCB) is known color: Purple Heart. HEX triplet: 75, 3D and CB. RGB value is (117,61,203). Sum of RGB (Red+Green+Blue) = 117+61+203=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #753DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DCB is #8AC234. Grayscale: #5D5D5D. Windows color (decimal): -9093685 or 13319541. OLE color: 13319541.

HSL color Cylindrical-coordinate representation of color #753DCB: hue angle of 263.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #753DCB is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 61 203 -
CMYK 0.42 0.70 0 0.20
HSL 263.66º 0.58% 0.52% -
HSV(B) 263.66º 0.7% 0.8% -
XYZ 19.78 11.43 57.66 -
YUV 93.93 189.55 144.45 -
System Red Green Blue C M Y K H S L
Decimal 117 61 203 0.42 0.70 0 0.20 263.66 0.58 0.52
Hex 75 3D CB 2A 46 0 14 108 3A 34
Octal 165 75 313 52 106 0 24 410 72 64
Binary 1110101 111101 11001011 101010 1000110 0 10100 100001000 111010 110100

Color Harmonies of #753DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DCB

Black with #753DCB

Text Example


Text Example

White with #753DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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