Html Css Color HEX #732FBE Purple Heart

📋 copy color: '#732FBE'

red 115 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #732FBE

Tints of Purple Heart #732FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.35%

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 32.67%
G = 13.35%
B = 53.98%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#732FBE (or 0x732FBE) is known color: Purple Heart. HEX triplet: 73, 2F and BE. RGB value is (115,47,190). Sum of RGB (Red+Green+Blue) = 115+47+190=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #732FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732FBE is #8CD041. Grayscale: #535353. Windows color (decimal): -9228354 or 12463987. OLE color: 12463987.

HSL color Cylindrical-coordinate representation of color #732FBE: hue angle of 268.53º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #732FBE is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 47 190 -
CMYK 0.39 0.75 0 0.25
HSL 268.53º 0.6% 0.46% -
HSV(B) 268.53º 0.75% 0.75% -
XYZ 17.38 9.4 49.61 -
YUV 83.63 188.03 150.37 -
System Red Green Blue C M Y K H S L
Decimal 115 47 190 0.39 0.75 0 0.25 268.53 0.6 0.46
Hex 73 2F BE 27 4B 0 19 10D 3C 2E
Octal 163 57 276 47 113 0 31 415 74 56
Binary 1110011 101111 10111110 100111 1001011 0 11001 100001101 111100 101110

Color Harmonies of #732FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732FBE

Black with #732FBE

Text Example


Text Example

White with #732FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732FBE; }

 p { color: rgb(115,47,190); }

 H1.HeaderClassName
 {
   color: #732FBE;
 }
 .AnyTagClassName
 {
   color: #732FBE;
 }
</style>

background-color css

<style>
 a { background-color: #732FBE; }

 a { background-color: rgb(115,47,190); }

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

border-color css

<style>
 span { border-color: #732FBE; }

 span { border-color: rgb(115,47,190); }

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