Html Css Color HEX #442FD7 Purple Heart

📋 copy color: '#442FD7'

red 68 ◦ green 47 ◦ blue 215

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

Shades of Purple Heart #442FD7

Tints of Purple Heart #442FD7

RGB

 RED value IS 68 (26.95% from 255) = 20.61%

 GREEN value IS 47 (18.75% from 255) = 14.24%

 BLUE value IS 215 (84.38% from 255) = 65.15%

R = 20.61%
G = 14.24%
B = 65.15%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#442FD7 (or 0x442FD7) is known color: Purple Heart. HEX triplet: 44, 2F and D7. RGB value is (68,47,215). Sum of RGB (Red+Green+Blue) = 68+47+215=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #442FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FD7 is #BBD028. Grayscale: #474747. Windows color (decimal): -12308521 or 14102340. OLE color: 14102340.

HSL color Cylindrical-coordinate representation of color #442FD7: hue angle of 247.5º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442FD7 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 47 215 -
CMYK 0.68 0.78 0 0.16
HSL 247.5º 0.68% 0.51% -
HSV(B) 247.5º 0.78% 0.84% -
XYZ 15.67 8.17 65.04 -
YUV 72.43 208.46 124.84 -
System Red Green Blue C M Y K H S L
Decimal 68 47 215 0.68 0.78 0 0.16 247.5 0.68 0.51
Hex 44 2F D7 44 4E 0 10 F8 44 33
Octal 104 57 327 104 116 0 20 370 104 63
Binary 1000100 101111 11010111 1000100 1001110 0 10000 11111000 1000100 110011

Color Harmonies of #442FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FD7

Black with #442FD7

Text Example


Text Example

White with #442FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442FD7; }

 p { color: rgb(68,47,215); }

 H1.HeaderClassName
 {
   color: #442FD7;
 }
 .AnyTagClassName
 {
   color: #442FD7;
 }
</style>

background-color css

<style>
 a { background-color: #442FD7; }

 a { background-color: rgb(68,47,215); }

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

border-color css

<style>
 span { border-color: #442FD7; }

 span { border-color: rgb(68,47,215); }

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