Html Css Color HEX #4128CF Purple Heart

📋 copy color: '#4128CF'

red 65 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #4128CF

Tints of Purple Heart #4128CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.35%

R = 20.83%
G = 12.82%
B = 66.35%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4128CF (or 0x4128CF) is known color: Purple Heart. HEX triplet: 41, 28 and CF. RGB value is (65,40,207). Sum of RGB (Red+Green+Blue) = 65+40+207=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #4128CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128CF is #BED730. Grayscale: #414141. Windows color (decimal): -12506929 or 13576257. OLE color: 13576257.

HSL color Cylindrical-coordinate representation of color #4128CF: hue angle of 248.98º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4128CF is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 40 207 -
CMYK 0.69 0.81 0 0.19
HSL 248.98º 0.68% 0.48% -
HSV(B) 248.98º 0.81% 0.81% -
XYZ 14.2 7.15 59.66 -
YUV 66.51 207.28 126.92 -
System Red Green Blue C M Y K H S L
Decimal 65 40 207 0.69 0.81 0 0.19 248.98 0.68 0.48
Hex 41 28 CF 45 51 0 13 F9 44 30
Octal 101 50 317 105 121 0 23 371 104 60
Binary 1000001 101000 11001111 1000101 1010001 0 10011 11111001 1000100 110000

Color Harmonies of #4128CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128CF

Black with #4128CF

Text Example


Text Example

White with #4128CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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