Html Css Color HEX #4128CD Purple Heart

📋 copy color: '#4128CD'

red 65 ◦ green 40 ◦ blue 205

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

Shades of Purple Heart #4128CD

Tints of Purple Heart #4128CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 20.97%
G = 12.9%
B = 66.13%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4128CD (or 0x4128CD) is known color: Purple Heart. HEX triplet: 41, 28 and CD. RGB value is (65,40,205). Sum of RGB (Red+Green+Blue) = 65+40+205=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #4128CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128CD is #BED732. Grayscale: #414141. Windows color (decimal): -12506931 or 13445185. OLE color: 13445185.

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

Color convert

RGB 65 40 205 -
CMYK 0.68 0.80 0 0.20
HSL 249.09º 0.67% 0.48% -
HSV(B) 249.09º 0.8% 0.8% -
XYZ 13.96 7.05 58.38 -
YUV 66.29 206.28 127.08 -
System Red Green Blue C M Y K H S L
Decimal 65 40 205 0.68 0.80 0 0.20 249.09 0.67 0.48
Hex 41 28 CD 44 50 0 14 F9 43 30
Octal 101 50 315 104 120 0 24 371 103 60
Binary 1000001 101000 11001101 1000100 1010000 0 10100 11111001 1000011 110000

Color Harmonies of #4128CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128CD

Black with #4128CD

Text Example


Text Example

White with #4128CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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