Html Css Color HEX #733FCD Purple Heart

📋 copy color: '#733FCD'

red 115 ◦ green 63 ◦ blue 205

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

Shades of Purple Heart #733FCD

Tints of Purple Heart #733FCD

RGB

 RED value IS 115 (45.31% from 255) = 30.03%

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 30.03%
G = 16.45%
B = 53.52%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#733FCD (or 0x733FCD) is known color: Purple Heart. HEX triplet: 73, 3F and CD. RGB value is (115,63,205). Sum of RGB (Red+Green+Blue) = 115+63+205=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #733FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FCD is #8CC032. Grayscale: #5E5E5E. Windows color (decimal): -9224243 or 13451123. OLE color: 13451123.

HSL color Cylindrical-coordinate representation of color #733FCD: hue angle of 261.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #733FCD is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 63 205 -
CMYK 0.44 0.69 0 0.20
HSL 261.97º 0.59% 0.53% -
HSV(B) 261.97º 0.69% 0.8% -
XYZ 19.87 11.61 58.95 -
YUV 94.74 190.23 142.45 -
System Red Green Blue C M Y K H S L
Decimal 115 63 205 0.44 0.69 0 0.20 261.97 0.59 0.53
Hex 73 3F CD 2C 45 0 14 106 3B 35
Octal 163 77 315 54 105 0 24 406 73 65
Binary 1110011 111111 11001101 101100 1000101 0 10100 100000110 111011 110101

Color Harmonies of #733FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733FCD

Black with #733FCD

Text Example


Text Example

White with #733FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733FCD; }

 p { color: rgb(115,63,205); }

 H1.HeaderClassName
 {
   color: #733FCD;
 }
 .AnyTagClassName
 {
   color: #733FCD;
 }
</style>

background-color css

<style>
 a { background-color: #733FCD; }

 a { background-color: rgb(115,63,205); }

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

border-color css

<style>
 span { border-color: #733FCD; }

 span { border-color: rgb(115,63,205); }

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