Html Css Color HEX #7630C0 Purple Heart

📋 copy color: '#7630C0'

red 118 ◦ green 48 ◦ blue 192

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

Shades of Purple Heart #7630C0

Tints of Purple Heart #7630C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.63%

R = 32.96%
G = 13.41%
B = 53.63%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7630C0 (or 0x7630C0) is known color: Purple Heart. HEX triplet: 76, 30 and C0. RGB value is (118,48,192). Sum of RGB (Red+Green+Blue) = 118+48+192=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #7630C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7630C0 is #89CF3F. Grayscale: #545454. Windows color (decimal): -9031488 or 12595318. OLE color: 12595318.

HSL color Cylindrical-coordinate representation of color #7630C0: hue angle of 269.17º 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 #7630C0 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 48 192 -
CMYK 0.39 0.75 0 0.25
HSL 269.17º 0.6% 0.47% -
HSV(B) 269.17º 0.75% 0.75% -
XYZ 18.04 9.77 50.8 -
YUV 85.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 118 48 192 0.39 0.75 0 0.25 269.17 0.6 0.47
Hex 76 30 C0 27 4B 0 19 10D 3C 2F
Octal 166 60 300 47 113 0 31 415 74 57
Binary 1110110 110000 11000000 100111 1001011 0 11001 100001101 111100 101111

Color Harmonies of #7630C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7630C0

Black with #7630C0

Text Example


Text Example

White with #7630C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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