Html Css Color HEX #7242BC Purple Heart

📋 copy color: '#7242BC'

red 114 ◦ green 66 ◦ blue 188

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

Shades of Purple Heart #7242BC

Tints of Purple Heart #7242BC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

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

R = 30.98%
G = 17.93%
B = 51.09%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7242BC (or 0x7242BC) is known color: Purple Heart. HEX triplet: 72, 42 and BC. RGB value is (114,66,188). Sum of RGB (Red+Green+Blue) = 114+66+188=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #7242BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7242BC is #8DBD43. Grayscale: #5D5D5D. Windows color (decimal): -9289028 or 12337778. OLE color: 12337778.

HSL color Cylindrical-coordinate representation of color #7242BC: hue angle of 263.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7242BC is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 66 188 -
CMYK 0.39 0.65 0 0.26
HSL 263.61º 0.48% 0.5% -
HSV(B) 263.61º 0.65% 0.74% -
XYZ 17.96 11.1 48.77 -
YUV 94.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 114 66 188 0.39 0.65 0 0.26 263.61 0.48 0.5
Hex 72 42 BC 27 41 0 1A 108 30 32
Octal 162 102 274 47 101 0 32 410 60 62
Binary 1110010 1000010 10111100 100111 1000001 0 11010 100001000 110000 110010

Color Harmonies of #7242BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7242BC

Black with #7242BC

Text Example


Text Example

White with #7242BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7242BC; }

 p { color: rgb(114,66,188); }

 H1.HeaderClassName
 {
   color: #7242BC;
 }
 .AnyTagClassName
 {
   color: #7242BC;
 }
</style>

background-color css

<style>
 a { background-color: #7242BC; }

 a { background-color: rgb(114,66,188); }

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

border-color css

<style>
 span { border-color: #7242BC; }

 span { border-color: rgb(114,66,188); }

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