Html Css Color HEX #7F42C9 Purple Heart

📋 copy color: '#7F42C9'

red 127 ◦ green 66 ◦ blue 201

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

Shades of Purple Heart #7F42C9

Tints of Purple Heart #7F42C9

RGB

 RED value IS 127 (50% from 255) = 32.23%

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

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

R = 32.23%
G = 16.75%
B = 51.02%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F42C9 (or 0x7F42C9) is known color: Purple Heart. HEX triplet: 7F, 42 and C9. RGB value is (127,66,201). Sum of RGB (Red+Green+Blue) = 127+66+201=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #7F42C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F42C9 is #80BD36. Grayscale: #636363. Windows color (decimal): -8437047 or 13189759. OLE color: 13189759.

HSL color Cylindrical-coordinate representation of color #7F42C9: hue angle of 267.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 #7F42C9 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 66 201 -
CMYK 0.37 0.67 0 0.21
HSL 267.11º 0.56% 0.52% -
HSV(B) 267.11º 0.67% 0.79% -
XYZ 21.24 12.63 56.58 -
YUV 99.63 185.21 147.52 -
System Red Green Blue C M Y K H S L
Decimal 127 66 201 0.37 0.67 0 0.21 267.11 0.56 0.52
Hex 7F 42 C9 25 43 0 15 10B 38 34
Octal 177 102 311 45 103 0 25 413 70 64
Binary 1111111 1000010 11001001 100101 1000011 0 10101 100001011 111000 110100

Color Harmonies of #7F42C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F42C9

Black with #7F42C9

Text Example


Text Example

White with #7F42C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F42C9; }

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

 H1.HeaderClassName
 {
   color: #7F42C9;
 }
 .AnyTagClassName
 {
   color: #7F42C9;
 }
</style>

background-color css

<style>
 a { background-color: #7F42C9; }

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

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

border-color css

<style>
 span { border-color: #7F42C9; }

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

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