Html Css Color HEX #442FCD Purple Heart

📋 copy color: '#442FCD'

red 68 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #442FCD

Tints of Purple Heart #442FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 21.25%
G = 14.69%
B = 64.06%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#442FCD (or 0x442FCD) is known color: Purple Heart. HEX triplet: 44, 2F and CD. RGB value is (68,47,205). Sum of RGB (Red+Green+Blue) = 68+47+205=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #442FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FCD is #BBD032. Grayscale: #464646. Windows color (decimal): -12308531 or 13446980. OLE color: 13446980.

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

Color convert

RGB 68 47 205 -
CMYK 0.67 0.77 0 0.20
HSL 247.97º 0.63% 0.49% -
HSV(B) 247.97º 0.77% 0.8% -
XYZ 14.42 7.67 58.48 -
YUV 71.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 68 47 205 0.67 0.77 0 0.20 247.97 0.63 0.49
Hex 44 2F CD 43 4D 0 14 F8 3F 31
Octal 104 57 315 103 115 0 24 370 77 61
Binary 1000100 101111 11001101 1000011 1001101 0 10100 11111000 111111 110001

Color Harmonies of #442FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FCD

Black with #442FCD

Text Example


Text Example

White with #442FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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