Html Css Color HEX #733FD0 Purple Heart

📋 copy color: '#733FD0'

red 115 ◦ green 63 ◦ blue 208

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

Shades of Purple Heart #733FD0

Tints of Purple Heart #733FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.89%

R = 29.79%
G = 16.32%
B = 53.89%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#733FD0 (or 0x733FD0) is known color: Purple Heart. HEX triplet: 73, 3F and D0. RGB value is (115,63,208). Sum of RGB (Red+Green+Blue) = 115+63+208=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #733FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FD0 is #8CC02F. Grayscale: #5E5E5E. Windows color (decimal): -9224240 or 13647731. OLE color: 13647731.

HSL color Cylindrical-coordinate representation of color #733FD0: hue angle of 261.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733FD0 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 63 208 -
CMYK 0.45 0.70 0 0.18
HSL 261.52º 0.61% 0.53% -
HSV(B) 261.52º 0.7% 0.82% -
XYZ 20.23 11.75 60.88 -
YUV 95.08 191.73 142.21 -
System Red Green Blue C M Y K H S L
Decimal 115 63 208 0.45 0.70 0 0.18 261.52 0.61 0.53
Hex 73 3F D0 2D 46 0 12 106 3D 35
Octal 163 77 320 55 106 0 22 406 75 65
Binary 1110011 111111 11010000 101101 1000110 0 10010 100000110 111101 110101

Color Harmonies of #733FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733FD0

Black with #733FD0

Text Example


Text Example

White with #733FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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