Html Css Color HEX #7642C9 Purple Heart

📋 copy color: '#7642C9'

red 118 ◦ green 66 ◦ blue 201

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

Shades of Purple Heart #7642C9

Tints of Purple Heart #7642C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.21%

R = 30.65%
G = 17.14%
B = 52.21%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7642C9 (or 0x7642C9) is known color: Purple Heart. HEX triplet: 76, 42 and C9. RGB value is (118,66,201). Sum of RGB (Red+Green+Blue) = 118+66+201=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #7642C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7642C9 is #89BD36. Grayscale: #606060. Windows color (decimal): -9026871 or 13189750. OLE color: 13189750.

HSL color Cylindrical-coordinate representation of color #7642C9: hue angle of 263.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7642C9 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 66 201 -
CMYK 0.41 0.67 0 0.21
HSL 263.11º 0.56% 0.52% -
HSV(B) 263.11º 0.67% 0.79% -
XYZ 19.96 11.97 56.52 -
YUV 96.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 118 66 201 0.41 0.67 0 0.21 263.11 0.56 0.52
Hex 76 42 C9 29 43 0 15 107 38 34
Octal 166 102 311 51 103 0 25 407 70 64
Binary 1110110 1000010 11001001 101001 1000011 0 10101 100000111 111000 110100

Color Harmonies of #7642C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7642C9

Black with #7642C9

Text Example


Text Example

White with #7642C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7642C9; }

 p { color: rgb(118,66,201); }

 H1.HeaderClassName
 {
   color: #7642C9;
 }
 .AnyTagClassName
 {
   color: #7642C9;
 }
</style>

background-color css

<style>
 a { background-color: #7642C9; }

 a { background-color: rgb(118,66,201); }

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

border-color css

<style>
 span { border-color: #7642C9; }

 span { border-color: rgb(118,66,201); }

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