Html Css Color HEX #4124CA Purple Heart

📋 copy color: '#4124CA'

red 65 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #4124CA

Tints of Purple Heart #4124CA

RGB

 RED value IS 65 (25.78% from 255) = 21.45%

 GREEN value IS 36 (14.45% from 255) = 11.88%

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

R = 21.45%
G = 11.88%
B = 66.67%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4124CA (or 0x4124CA) is known color: Purple Heart. HEX triplet: 41, 24 and CA. RGB value is (65,36,202). Sum of RGB (Red+Green+Blue) = 65+36+202=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #4124CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4124CA is #BEDB35. Grayscale: #3E3E3E. Windows color (decimal): -12507958 or 13247553. OLE color: 13247553.

HSL color Cylindrical-coordinate representation of color #4124CA: hue angle of 250.48º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4124CA is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 36 202 -
CMYK 0.68 0.82 0 0.21
HSL 250.48º 0.7% 0.47% -
HSV(B) 250.48º 0.82% 0.79% -
XYZ 13.47 6.65 56.45 -
YUV 63.6 206.11 129 -
System Red Green Blue C M Y K H S L
Decimal 65 36 202 0.68 0.82 0 0.21 250.48 0.7 0.47
Hex 41 24 CA 44 52 0 15 FA 46 2F
Octal 101 44 312 104 122 0 25 372 106 57
Binary 1000001 100100 11001010 1000100 1010010 0 10101 11111010 1000110 101111

Color Harmonies of #4124CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124CA

Black with #4124CA

Text Example


Text Example

White with #4124CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4124CA; }

 p { color: rgb(65,36,202); }

 H1.HeaderClassName
 {
   color: #4124CA;
 }
 .AnyTagClassName
 {
   color: #4124CA;
 }
</style>

background-color css

<style>
 a { background-color: #4124CA; }

 a { background-color: rgb(65,36,202); }

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

border-color css

<style>
 span { border-color: #4124CA; }

 span { border-color: rgb(65,36,202); }

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