Html Css Color HEX #442BCA Purple Heart

📋 copy color: '#442BCA'

red 68 ◦ green 43 ◦ blue 202

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

Shades of Purple Heart #442BCA

Tints of Purple Heart #442BCA

RGB

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

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

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

R = 21.73%
G = 13.74%
B = 64.54%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#442BCA (or 0x442BCA) is known color: Purple Heart. HEX triplet: 44, 2B and CA. RGB value is (68,43,202). Sum of RGB (Red+Green+Blue) = 68+43+202=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #442BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BCA is #BBD435. Grayscale: #434343. Windows color (decimal): -12309558 or 13249348. OLE color: 13249348.

HSL color Cylindrical-coordinate representation of color #442BCA: hue angle of 249.43º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442BCA is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 43 202 -
CMYK 0.66 0.79 0 0.21
HSL 249.43º 0.65% 0.48% -
HSV(B) 249.43º 0.79% 0.79% -
XYZ 13.91 7.22 56.54 -
YUV 68.6 203.28 127.57 -
System Red Green Blue C M Y K H S L
Decimal 68 43 202 0.66 0.79 0 0.21 249.43 0.65 0.48
Hex 44 2B CA 42 4F 0 15 F9 41 30
Octal 104 53 312 102 117 0 25 371 101 60
Binary 1000100 101011 11001010 1000010 1001111 0 10101 11111001 1000001 110000

Color Harmonies of #442BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BCA

Black with #442BCA

Text Example


Text Example

White with #442BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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