Html Css Color HEX #442BCD Purple Heart

📋 copy color: '#442BCD'

red 68 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #442BCD

Tints of Purple Heart #442BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

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

R = 21.52%
G = 13.61%
B = 64.87%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#442BCD (or 0x442BCD) is known color: Purple Heart. HEX triplet: 44, 2B and CD. RGB value is (68,43,205). Sum of RGB (Red+Green+Blue) = 68+43+205=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #442BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BCD is #BBD432. Grayscale: #444444. Windows color (decimal): -12309555 or 13445956. OLE color: 13445956.

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

Color convert

RGB 68 43 205 -
CMYK 0.67 0.79 0 0.20
HSL 249.26º 0.65% 0.49% -
HSV(B) 249.26º 0.79% 0.8% -
XYZ 14.27 7.36 58.43 -
YUV 68.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 68 43 205 0.67 0.79 0 0.20 249.26 0.65 0.49
Hex 44 2B CD 43 4F 0 14 F9 41 31
Octal 104 53 315 103 117 0 24 371 101 61
Binary 1000100 101011 11001101 1000011 1001111 0 10100 11111001 1000001 110001

Color Harmonies of #442BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BCD

Black with #442BCD

Text Example


Text Example

White with #442BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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