Html Css Color HEX #733CBC Purple Heart

📋 copy color: '#733CBC'

red 115 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #733CBC

Tints of Purple Heart #733CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.53%

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 31.68%
G = 16.53%
B = 51.79%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#733CBC (or 0x733CBC) is known color: Purple Heart. HEX triplet: 73, 3C and BC. RGB value is (115,60,188). Sum of RGB (Red+Green+Blue) = 115+60+188=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #733CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733CBC is #8CC343. Grayscale: #5A5A5A. Windows color (decimal): -9225028 or 12336243. OLE color: 12336243.

HSL color Cylindrical-coordinate representation of color #733CBC: hue angle of 265.78º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #733CBC is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 60 188 -
CMYK 0.39 0.68 0 0.26
HSL 265.78º 0.52% 0.49% -
HSV(B) 265.78º 0.68% 0.74% -
XYZ 17.76 10.51 48.67 -
YUV 91.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 115 60 188 0.39 0.68 0 0.26 265.78 0.52 0.49
Hex 73 3C BC 27 44 0 1A 10A 34 31
Octal 163 74 274 47 104 0 32 412 64 61
Binary 1110011 111100 10111100 100111 1000100 0 11010 100001010 110100 110001

Color Harmonies of #733CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733CBC

Black with #733CBC

Text Example


Text Example

White with #733CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,60,188); }

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

background-color css

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

 a { background-color: rgb(115,60,188); }

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

border-color css

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

 span { border-color: rgb(115,60,188); }

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