Html Css Color HEX #7742CC Purple Heart

📋 copy color: '#7742CC'

red 119 ◦ green 66 ◦ blue 204

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

Shades of Purple Heart #7742CC

Tints of Purple Heart #7742CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 30.59%
G = 16.97%
B = 52.44%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7742CC (or 0x7742CC) is known color: Purple Heart. HEX triplet: 77, 42 and CC. RGB value is (119,66,204). Sum of RGB (Red+Green+Blue) = 119+66+204=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #7742CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7742CC is #88BD33. Grayscale: #616161. Windows color (decimal): -8961332 or 13386359. OLE color: 13386359.

HSL color Cylindrical-coordinate representation of color #7742CC: hue angle of 263.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7742CC is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 66 204 -
CMYK 0.42 0.68 0 0.2
HSL 263.04º 0.58% 0.53% -
HSV(B) 263.04º 0.68% 0.8% -
XYZ 20.46 12.18 58.4 -
YUV 97.58 188.06 143.28 -
System Red Green Blue C M Y K H S L
Decimal 119 66 204 0.42 0.68 0 0.2 263.04 0.58 0.53
Hex 77 42 CC 2A 44 0 14 107 3A 35
Octal 167 102 314 52 104 0 24 407 72 65
Binary 1110111 1000010 11001100 101010 1000100 0 10100 100000111 111010 110101

Color Harmonies of #7742CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7742CC

Black with #7742CC

Text Example


Text Example

White with #7742CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7742CC; }

 p { color: rgb(119,66,204); }

 H1.HeaderClassName
 {
   color: #7742CC;
 }
 .AnyTagClassName
 {
   color: #7742CC;
 }
</style>

background-color css

<style>
 a { background-color: #7742CC; }

 a { background-color: rgb(119,66,204); }

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

border-color css

<style>
 span { border-color: #7742CC; }

 span { border-color: rgb(119,66,204); }

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