Html Css Color HEX #4124CD Purple Heart

📋 copy color: '#4124CD'

red 65 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #4124CD

Tints of Purple Heart #4124CD

RGB

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

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

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

R = 21.24%
G = 11.76%
B = 66.99%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4124CD (or 0x4124CD) is known color: Purple Heart. HEX triplet: 41, 24 and CD. RGB value is (65,36,205). Sum of RGB (Red+Green+Blue) = 65+36+205=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #4124CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4124CD is #BEDB32. Grayscale: #3F3F3F. Windows color (decimal): -12507955 or 13444161. OLE color: 13444161.

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

Color convert

RGB 65 36 205 -
CMYK 0.68 0.82 0 0.20
HSL 250.3º 0.7% 0.47% -
HSV(B) 250.3º 0.82% 0.8% -
XYZ 13.83 6.79 58.34 -
YUV 63.94 207.61 128.76 -
System Red Green Blue C M Y K H S L
Decimal 65 36 205 0.68 0.82 0 0.20 250.3 0.7 0.47
Hex 41 24 CD 44 52 0 14 FA 46 2F
Octal 101 44 315 104 122 0 24 372 106 57
Binary 1000001 100100 11001101 1000100 1010010 0 10100 11111010 1000110 101111

Color Harmonies of #4124CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124CD

Black with #4124CD

Text Example


Text Example

White with #4124CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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