Html Css Color HEX #733BBA Purple Heart

📋 copy color: '#733BBA'

red 115 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #733BBA

Tints of Purple Heart #733BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.39%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 31.94%
G = 16.39%
B = 51.67%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#733BBA (or 0x733BBA) is known color: Purple Heart. HEX triplet: 73, 3B and BA. RGB value is (115,59,186). Sum of RGB (Red+Green+Blue) = 115+59+186=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #733BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733BBA is #8CC445. Grayscale: #595959. Windows color (decimal): -9225286 or 12204915. OLE color: 12204915.

HSL color Cylindrical-coordinate representation of color #733BBA: hue angle of 266.46º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #733BBA is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 59 186 -
CMYK 0.38 0.68 0 0.27
HSL 266.46º 0.52% 0.48% -
HSV(B) 266.46º 0.68% 0.73% -
XYZ 17.5 10.32 47.52 -
YUV 90.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 115 59 186 0.38 0.68 0 0.27 266.46 0.52 0.48
Hex 73 3B BA 26 44 0 1B 10A 34 30
Octal 163 73 272 46 104 0 33 412 64 60
Binary 1110011 111011 10111010 100110 1000100 0 11011 100001010 110100 110000

Color Harmonies of #733BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733BBA

Black with #733BBA

Text Example


Text Example

White with #733BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,59,186); }

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

background-color css

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

 a { background-color: rgb(115,59,186); }

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

border-color css

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

 span { border-color: rgb(115,59,186); }

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