Html Css Color HEX #7630BA Purple Heart

📋 copy color: '#7630BA'

red 118 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #7630BA

Tints of Purple Heart #7630BA

RGB

 RED value IS 118 (46.48% from 255) = 33.52%

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

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 33.52%
G = 13.64%
B = 52.84%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7630BA (or 0x7630BA) is known color: Purple Heart. HEX triplet: 76, 30 and BA. RGB value is (118,48,186). Sum of RGB (Red+Green+Blue) = 118+48+186=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #7630BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7630BA is #89CF45. Grayscale: #545454. Windows color (decimal): -9031494 or 12202102. OLE color: 12202102.

HSL color Cylindrical-coordinate representation of color #7630BA: hue angle of 270.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7630BA is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 48 186 -
CMYK 0.37 0.74 0 0.27
HSL 270.43º 0.59% 0.46% -
HSV(B) 270.43º 0.74% 0.73% -
XYZ 17.39 9.51 47.37 -
YUV 84.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 118 48 186 0.37 0.74 0 0.27 270.43 0.59 0.46
Hex 76 30 BA 25 4A 0 1B 10E 3B 2E
Octal 166 60 272 45 112 0 33 416 73 56
Binary 1110110 110000 10111010 100101 1001010 0 11011 100001110 111011 101110

Color Harmonies of #7630BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7630BA

Black with #7630BA

Text Example


Text Example

White with #7630BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7630BA; }

 p { color: rgb(118,48,186); }

 H1.HeaderClassName
 {
   color: #7630BA;
 }
 .AnyTagClassName
 {
   color: #7630BA;
 }
</style>

background-color css

<style>
 a { background-color: #7630BA; }

 a { background-color: rgb(118,48,186); }

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

border-color css

<style>
 span { border-color: #7630BA; }

 span { border-color: rgb(118,48,186); }

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