Html Css Color HEX #733DDA Purple Heart

📋 copy color: '#733DDA'

red 115 ◦ green 61 ◦ blue 218

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

Shades of Purple Heart #733DDA

Tints of Purple Heart #733DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 29.19%
G = 15.48%
B = 55.33%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#733DDA (or 0x733DDA) is known color: Purple Heart. HEX triplet: 73, 3D and DA. RGB value is (115,61,218). Sum of RGB (Red+Green+Blue) = 115+61+218=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #733DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DDA is #8CC225. Grayscale: #5E5E5E. Windows color (decimal): -9224742 or 14302579. OLE color: 14302579.

HSL color Cylindrical-coordinate representation of color #733DDA: hue angle of 260.64º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733DDA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 61 218 -
CMYK 0.47 0.72 0 0.15
HSL 260.64º 0.68% 0.55% -
HSV(B) 260.64º 0.72% 0.85% -
XYZ 21.39 12.04 67.53 -
YUV 95.04 197.39 142.23 -
System Red Green Blue C M Y K H S L
Decimal 115 61 218 0.47 0.72 0 0.15 260.64 0.68 0.55
Hex 73 3D DA 2F 48 0 F 105 44 37
Octal 163 75 332 57 110 0 17 405 104 67
Binary 1110011 111101 11011010 101111 1001000 0 1111 100000101 1000100 110111

Color Harmonies of #733DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733DDA

Black with #733DDA

Text Example


Text Example

White with #733DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,61,218); }

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

background-color css

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

 a { background-color: rgb(115,61,218); }

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

border-color css

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

 span { border-color: rgb(115,61,218); }

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