Html Css Color HEX #4120CC Purple Heart

📋 copy color: '#4120CC'

red 65 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #4120CC

Tints of Purple Heart #4120CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 21.59%
G = 10.63%
B = 67.77%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4120CC (or 0x4120CC) is known color: Purple Heart. HEX triplet: 41, 20 and CC. RGB value is (65,32,204). Sum of RGB (Red+Green+Blue) = 65+32+204=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #4120CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4120CC is #BEDF33. Grayscale: #3C3C3C. Windows color (decimal): -12508980 or 13377601. OLE color: 13377601.

HSL color Cylindrical-coordinate representation of color #4120CC: hue angle of 251.51º 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 #4120CC is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 32 204 -
CMYK 0.68 0.84 0 0.2
HSL 251.51º 0.73% 0.46% -
HSV(B) 251.51º 0.84% 0.8% -
XYZ 13.6 6.52 57.67 -
YUV 61.48 208.43 130.51 -
System Red Green Blue C M Y K H S L
Decimal 65 32 204 0.68 0.84 0 0.2 251.51 0.73 0.46
Hex 41 20 CC 44 54 0 14 FC 49 2E
Octal 101 40 314 104 124 0 24 374 111 56
Binary 1000001 100000 11001100 1000100 1010100 0 10100 11111100 1001001 101110

Color Harmonies of #4120CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4120CC

Black with #4120CC

Text Example


Text Example

White with #4120CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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