Html Css Color HEX #733FDA Purple Heart

📋 copy color: '#733FDA'

red 115 ◦ green 63 ◦ blue 218

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

Shades of Purple Heart #733FDA

Tints of Purple Heart #733FDA

RGB

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

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

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

R = 29.04%
G = 15.91%
B = 55.05%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#733FDA (or 0x733FDA) is known color: Purple Heart. HEX triplet: 73, 3F and DA. RGB value is (115,63,218). Sum of RGB (Red+Green+Blue) = 115+63+218=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #733FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FDA is #8CC025. Grayscale: #5F5F5F. Windows color (decimal): -9224230 or 14303091. OLE color: 14303091.

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

Color convert

RGB 115 63 218 -
CMYK 0.47 0.71 0 0.15
HSL 260.13º 0.68% 0.55% -
HSV(B) 260.13º 0.71% 0.85% -
XYZ 21.5 12.26 67.56 -
YUV 96.22 196.73 141.4 -
System Red Green Blue C M Y K H S L
Decimal 115 63 218 0.47 0.71 0 0.15 260.13 0.68 0.55
Hex 73 3F DA 2F 47 0 F 104 44 37
Octal 163 77 332 57 107 0 17 404 104 67
Binary 1110011 111111 11011010 101111 1000111 0 1111 100000100 1000100 110111

Color Harmonies of #733FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733FDA

Black with #733FDA

Text Example


Text Example

White with #733FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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