Html Css Color HEX #733EDA Purple Heart

📋 copy color: '#733EDA'

red 115 ◦ green 62 ◦ blue 218

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

Shades of Purple Heart #733EDA

Tints of Purple Heart #733EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

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

R = 29.11%
G = 15.7%
B = 55.19%

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

#733EDA (or 0x733EDA) is known color: Purple Heart. HEX triplet: 73, 3E and DA. RGB value is (115,62,218). Sum of RGB (Red+Green+Blue) = 115+62+218=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #733EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733EDA is #8CC125. Grayscale: #5F5F5F. Windows color (decimal): -9224486 or 14302835. OLE color: 14302835.

HSL color Cylindrical-coordinate representation of color #733EDA: hue angle of 260.38º 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 #733EDA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 62 218 -
CMYK 0.47 0.72 0 0.15
HSL 260.38º 0.68% 0.55% -
HSV(B) 260.38º 0.72% 0.85% -
XYZ 21.45 12.15 67.54 -
YUV 95.63 197.06 141.82 -
System Red Green Blue C M Y K H S L
Decimal 115 62 218 0.47 0.72 0 0.15 260.38 0.68 0.55
Hex 73 3E DA 2F 48 0 F 104 44 37
Octal 163 76 332 57 110 0 17 404 104 67
Binary 1110011 111110 11011010 101111 1001000 0 1111 100000100 1000100 110111

Color Harmonies of #733EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733EDA

Black with #733EDA

Text Example


Text Example

White with #733EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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