Html Css Color HEX #442FCE Purple Heart

📋 copy color: '#442FCE'

red 68 ◦ green 47 ◦ blue 206

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

Shades of Purple Heart #442FCE

Tints of Purple Heart #442FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 21.18%
G = 14.64%
B = 64.17%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#442FCE (or 0x442FCE) is known color: Purple Heart. HEX triplet: 44, 2F and CE. RGB value is (68,47,206). Sum of RGB (Red+Green+Blue) = 68+47+206=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #442FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FCE is #BBD031. Grayscale: #464646. Windows color (decimal): -12308530 or 13512516. OLE color: 13512516.

HSL color Cylindrical-coordinate representation of color #442FCE: hue angle of 247.92º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442FCE is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 47 206 -
CMYK 0.67 0.77 0 0.19
HSL 247.92º 0.63% 0.5% -
HSV(B) 247.92º 0.77% 0.81% -
XYZ 14.54 7.72 59.12 -
YUV 71.41 203.96 125.57 -
System Red Green Blue C M Y K H S L
Decimal 68 47 206 0.67 0.77 0 0.19 247.92 0.63 0.5
Hex 44 2F CE 43 4D 0 13 F8 3F 32
Octal 104 57 316 103 115 0 23 370 77 62
Binary 1000100 101111 11001110 1000011 1001101 0 10011 11111000 111111 110010

Color Harmonies of #442FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FCE

Black with #442FCE

Text Example


Text Example

White with #442FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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