Html Css Color HEX #4120CE Purple Heart

📋 copy color: '#4120CE'

red 65 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #4120CE

Tints of Purple Heart #4120CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 21.45%
G = 10.56%
B = 67.99%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4120CE (or 0x4120CE) is known color: Purple Heart. HEX triplet: 41, 20 and CE. RGB value is (65,32,206). Sum of RGB (Red+Green+Blue) = 65+32+206=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #4120CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4120CE is #BEDF31. Grayscale: #3D3D3D. Windows color (decimal): -12508978 or 13508673. OLE color: 13508673.

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

Color convert

RGB 65 32 206 -
CMYK 0.68 0.84 0 0.19
HSL 251.38º 0.73% 0.47% -
HSV(B) 251.38º 0.84% 0.81% -
XYZ 13.84 6.61 58.94 -
YUV 61.7 209.43 130.35 -
System Red Green Blue C M Y K H S L
Decimal 65 32 206 0.68 0.84 0 0.19 251.38 0.73 0.47
Hex 41 20 CE 44 54 0 13 FB 49 2F
Octal 101 40 316 104 124 0 23 373 111 57
Binary 1000001 100000 11001110 1000100 1010100 0 10011 11111011 1001001 101111

Color Harmonies of #4120CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4120CE

Black with #4120CE

Text Example


Text Example

White with #4120CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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