Html Css Color HEX #753FCB Purple Heart

📋 copy color: '#753FCB'

red 117 ◦ green 63 ◦ blue 203

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

Shades of Purple Heart #753FCB

Tints of Purple Heart #753FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 16.45%

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

R = 30.55%
G = 16.45%
B = 53%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#753FCB (or 0x753FCB) is known color: Purple Heart. HEX triplet: 75, 3F and CB. RGB value is (117,63,203). Sum of RGB (Red+Green+Blue) = 117+63+203=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #753FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FCB is #8AC034. Grayscale: #5E5E5E. Windows color (decimal): -9093173 or 13320053. OLE color: 13320053.

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

Color convert

RGB 117 63 203 -
CMYK 0.42 0.69 0 0.20
HSL 263.14º 0.57% 0.52% -
HSV(B) 263.14º 0.69% 0.8% -
XYZ 19.89 11.65 57.7 -
YUV 95.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 117 63 203 0.42 0.69 0 0.20 263.14 0.57 0.52
Hex 75 3F CB 2A 45 0 14 107 39 34
Octal 165 77 313 52 105 0 24 407 71 64
Binary 1110101 111111 11001011 101010 1000101 0 10100 100000111 111001 110100

Color Harmonies of #753FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FCB

Black with #753FCB

Text Example


Text Example

White with #753FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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