Html Css Color HEX #7230CE Purple Heart

📋 copy color: '#7230CE'

red 114 ◦ green 48 ◦ blue 206

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

Shades of Purple Heart #7230CE

Tints of Purple Heart #7230CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 30.98%
G = 13.04%
B = 55.98%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7230CE (or 0x7230CE) is known color: Purple Heart. HEX triplet: 72, 30 and CE. RGB value is (114,48,206). Sum of RGB (Red+Green+Blue) = 114+48+206=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #7230CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7230CE is #8DCF31. Grayscale: #555555. Windows color (decimal): -9293618 or 13512818. OLE color: 13512818.

HSL color Cylindrical-coordinate representation of color #7230CE: hue angle of 265.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7230CE is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 48 206 -
CMYK 0.45 0.77 0 0.19
HSL 265.06º 0.62% 0.5% -
HSV(B) 265.06º 0.77% 0.81% -
XYZ 19.14 10.15 59.34 -
YUV 85.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 114 48 206 0.45 0.77 0 0.19 265.06 0.62 0.5
Hex 72 30 CE 2D 4D 0 13 109 3E 32
Octal 162 60 316 55 115 0 23 411 76 62
Binary 1110010 110000 11001110 101101 1001101 0 10011 100001001 111110 110010

Color Harmonies of #7230CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7230CE

Black with #7230CE

Text Example


Text Example

White with #7230CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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