Html Css Color HEX #4120CB Purple Heart

📋 copy color: '#4120CB'

red 65 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #4120CB

Tints of Purple Heart #4120CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

 BLUE value IS 203 (79.69% from 255) = 67.67%

R = 21.67%
G = 10.67%
B = 67.67%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4120CB (or 0x4120CB) is known color: Purple Heart. HEX triplet: 41, 20 and CB. RGB value is (65,32,203). Sum of RGB (Red+Green+Blue) = 65+32+203=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #4120CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4120CB is #BEDF34. Grayscale: #3C3C3C. Windows color (decimal): -12508981 or 13312065. OLE color: 13312065.

HSL color Cylindrical-coordinate representation of color #4120CB: hue angle of 251.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4120CB is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 32 203 -
CMYK 0.68 0.84 0 0.20
HSL 251.58º 0.73% 0.46% -
HSV(B) 251.58º 0.84% 0.8% -
XYZ 13.48 6.47 57.04 -
YUV 61.36 207.93 130.6 -
System Red Green Blue C M Y K H S L
Decimal 65 32 203 0.68 0.84 0 0.20 251.58 0.73 0.46
Hex 41 20 CB 44 54 0 14 FC 49 2E
Octal 101 40 313 104 124 0 24 374 111 56
Binary 1000001 100000 11001011 1000100 1010100 0 10100 11111100 1001001 101110

Color Harmonies of #4120CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4120CB

Black with #4120CB

Text Example


Text Example

White with #4120CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4120CB; }

 p { color: rgb(65,32,203); }

 H1.HeaderClassName
 {
   color: #4120CB;
 }
 .AnyTagClassName
 {
   color: #4120CB;
 }
</style>

background-color css

<style>
 a { background-color: #4120CB; }

 a { background-color: rgb(65,32,203); }

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

border-color css

<style>
 span { border-color: #4120CB; }

 span { border-color: rgb(65,32,203); }

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