Html Css Color HEX #7230BE Purple Heart

📋 copy color: '#7230BE'

red 114 ◦ green 48 ◦ blue 190

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

Shades of Purple Heart #7230BE

Tints of Purple Heart #7230BE

RGB

 RED value IS 114 (44.92% from 255) = 32.39%

 GREEN value IS 48 (19.14% from 255) = 13.64%

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

R = 32.39%
G = 13.64%
B = 53.98%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7230BE (or 0x7230BE) is known color: Purple Heart. HEX triplet: 72, 30 and BE. RGB value is (114,48,190). Sum of RGB (Red+Green+Blue) = 114+48+190=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 48 (19.14% from 255 or 13.64% 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 #7230BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7230BE is #8DCF41. Grayscale: #535353. Windows color (decimal): -9293634 or 12464242. OLE color: 12464242.

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

Color convert

RGB 114 48 190 -
CMYK 0.40 0.75 0 0.25
HSL 267.89º 0.6% 0.47% -
HSV(B) 267.89º 0.75% 0.75% -
XYZ 17.29 9.41 49.62 -
YUV 83.92 187.87 149.45 -
System Red Green Blue C M Y K H S L
Decimal 114 48 190 0.40 0.75 0 0.25 267.89 0.6 0.47
Hex 72 30 BE 28 4B 0 19 10C 3C 2F
Octal 162 60 276 50 113 0 31 414 74 57
Binary 1110010 110000 10111110 101000 1001011 0 11001 100001100 111100 101111

Color Harmonies of #7230BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7230BE

Black with #7230BE

Text Example


Text Example

White with #7230BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7230BE; }

 p { color: rgb(114,48,190); }

 H1.HeaderClassName
 {
   color: #7230BE;
 }
 .AnyTagClassName
 {
   color: #7230BE;
 }
</style>

background-color css

<style>
 a { background-color: #7230BE; }

 a { background-color: rgb(114,48,190); }

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

border-color css

<style>
 span { border-color: #7230BE; }

 span { border-color: rgb(114,48,190); }

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