Html Css Color HEX #7F42CA Purple Heart

📋 copy color: '#7F42CA'

red 127 ◦ green 66 ◦ blue 202

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

Shades of Purple Heart #7F42CA

Tints of Purple Heart #7F42CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.14%

R = 32.15%
G = 16.71%
B = 51.14%

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

#7F42CA (or 0x7F42CA) is known color: Purple Heart. HEX triplet: 7F, 42 and CA. RGB value is (127,66,202). Sum of RGB (Red+Green+Blue) = 127+66+202=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F42CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F42CA is #80BD35. Grayscale: #636363. Windows color (decimal): -8437046 or 13255295. OLE color: 13255295.

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

Color convert

RGB 127 66 202 -
CMYK 0.37 0.67 0 0.21
HSL 266.91º 0.56% 0.53% -
HSV(B) 266.91º 0.67% 0.79% -
XYZ 21.36 12.67 57.2 -
YUV 99.74 185.71 147.44 -
System Red Green Blue C M Y K H S L
Decimal 127 66 202 0.37 0.67 0 0.21 266.91 0.56 0.53
Hex 7F 42 CA 25 43 0 15 10B 38 35
Octal 177 102 312 45 103 0 25 413 70 65
Binary 1111111 1000010 11001010 100101 1000011 0 10101 100001011 111000 110101

Color Harmonies of #7F42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F42CA

Black with #7F42CA

Text Example


Text Example

White with #7F42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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