Html Css Color HEX #7730C2 Purple Heart

📋 copy color: '#7730C2'

red 119 ◦ green 48 ◦ blue 194

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

Shades of Purple Heart #7730C2

Tints of Purple Heart #7730C2

RGB

 RED value IS 119 (46.88% from 255) = 32.96%

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

 BLUE value IS 194 (76.17% from 255) = 53.74%

R = 32.96%
G = 13.3%
B = 53.74%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7730C2 (or 0x7730C2) is known color: Purple Heart. HEX triplet: 77, 30 and C2. RGB value is (119,48,194). Sum of RGB (Red+Green+Blue) = 119+48+194=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #7730C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730C2 is #88CF3D. Grayscale: #555555. Windows color (decimal): -8965950 or 12726391. OLE color: 12726391.

HSL color Cylindrical-coordinate representation of color #7730C2: hue angle of 269.18º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7730C2 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 48 194 -
CMYK 0.39 0.75 0 0.24
HSL 269.18º 0.6% 0.47% -
HSV(B) 269.18º 0.75% 0.76% -
XYZ 18.4 9.93 51.99 -
YUV 85.87 189.02 151.63 -
System Red Green Blue C M Y K H S L
Decimal 119 48 194 0.39 0.75 0 0.24 269.18 0.6 0.47
Hex 77 30 C2 27 4B 0 18 10D 3C 2F
Octal 167 60 302 47 113 0 30 415 74 57
Binary 1110111 110000 11000010 100111 1001011 0 11000 100001101 111100 101111

Color Harmonies of #7730C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7730C2

Black with #7730C2

Text Example


Text Example

White with #7730C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7730C2; }

 p { color: rgb(119,48,194); }

 H1.HeaderClassName
 {
   color: #7730C2;
 }
 .AnyTagClassName
 {
   color: #7730C2;
 }
</style>

background-color css

<style>
 a { background-color: #7730C2; }

 a { background-color: rgb(119,48,194); }

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

border-color css

<style>
 span { border-color: #7730C2; }

 span { border-color: rgb(119,48,194); }

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