Html Css Color HEX #733FCC Purple Heart

📋 copy color: '#733FCC'

red 115 ◦ green 63 ◦ blue 204

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

Shades of Purple Heart #733FCC

Tints of Purple Heart #733FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 30.1%
G = 16.49%
B = 53.4%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#733FCC (or 0x733FCC) is known color: Purple Heart. HEX triplet: 73, 3F and CC. RGB value is (115,63,204). Sum of RGB (Red+Green+Blue) = 115+63+204=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #733FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FCC is #8CC033. Grayscale: #5E5E5E. Windows color (decimal): -9224244 or 13385587. OLE color: 13385587.

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

Color convert

RGB 115 63 204 -
CMYK 0.44 0.69 0 0.2
HSL 262.13º 0.58% 0.52% -
HSV(B) 262.13º 0.69% 0.8% -
XYZ 19.75 11.56 58.32 -
YUV 94.62 189.73 142.54 -
System Red Green Blue C M Y K H S L
Decimal 115 63 204 0.44 0.69 0 0.2 262.13 0.58 0.52
Hex 73 3F CC 2C 45 0 14 106 3A 34
Octal 163 77 314 54 105 0 24 406 72 64
Binary 1110011 111111 11001100 101100 1000101 0 10100 100000110 111010 110100

Color Harmonies of #733FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733FCC

Black with #733FCC

Text Example


Text Example

White with #733FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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