Html Css Color HEX #7C30BD Purple Heart

📋 copy color: '#7C30BD'

red 124 ◦ green 48 ◦ blue 189

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

Shades of Purple Heart #7C30BD

Tints of Purple Heart #7C30BD

RGB

 RED value IS 124 (48.83% from 255) = 34.35%

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 34.35%
G = 13.3%
B = 52.35%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C30BD (or 0x7C30BD) is known color: Purple Heart. HEX triplet: 7C, 30 and BD. RGB value is (124,48,189). Sum of RGB (Red+Green+Blue) = 124+48+189=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C30BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C30BD is #83CF42. Grayscale: #565656. Windows color (decimal): -8638275 or 12398716. OLE color: 12398716.

HSL color Cylindrical-coordinate representation of color #7C30BD: hue angle of 272.34º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C30BD is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 48 189 -
CMYK 0.34 0.75 0 0.26
HSL 272.34º 0.59% 0.46% -
HSV(B) 272.34º 0.75% 0.74% -
XYZ 18.55 10.07 49.11 -
YUV 86.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 124 48 189 0.34 0.75 0 0.26 272.34 0.59 0.46
Hex 7C 30 BD 22 4B 0 1A 110 3B 2E
Octal 174 60 275 42 113 0 32 420 73 56
Binary 1111100 110000 10111101 100010 1001011 0 11010 100010000 111011 101110

Color Harmonies of #7C30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C30BD

Black with #7C30BD

Text Example


Text Example

White with #7C30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C30BD; }

 p { color: rgb(124,48,189); }

 H1.HeaderClassName
 {
   color: #7C30BD;
 }
 .AnyTagClassName
 {
   color: #7C30BD;
 }
</style>

background-color css

<style>
 a { background-color: #7C30BD; }

 a { background-color: rgb(124,48,189); }

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

border-color css

<style>
 span { border-color: #7C30BD; }

 span { border-color: rgb(124,48,189); }

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