Html Css Color HEX #4126CE Purple Heart

📋 copy color: '#4126CE'

red 65 ◦ green 38 ◦ blue 206

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

Shades of Purple Heart #4126CE

Tints of Purple Heart #4126CE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

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

R = 21.04%
G = 12.3%
B = 66.67%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4126CE (or 0x4126CE) is known color: Purple Heart. HEX triplet: 41, 26 and CE. RGB value is (65,38,206). Sum of RGB (Red+Green+Blue) = 65+38+206=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #4126CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4126CE is #BED931. Grayscale: #404040. Windows color (decimal): -12507442 or 13510209. OLE color: 13510209.

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

Color convert

RGB 65 38 206 -
CMYK 0.68 0.82 0 0.19
HSL 249.64º 0.69% 0.48% -
HSV(B) 249.64º 0.82% 0.81% -
XYZ 14.01 6.97 59 -
YUV 65.23 207.45 127.84 -
System Red Green Blue C M Y K H S L
Decimal 65 38 206 0.68 0.82 0 0.19 249.64 0.69 0.48
Hex 41 26 CE 44 52 0 13 FA 45 30
Octal 101 46 316 104 122 0 23 372 105 60
Binary 1000001 100110 11001110 1000100 1010010 0 10011 11111010 1000101 110000

Color Harmonies of #4126CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4126CE

Black with #4126CE

Text Example


Text Example

White with #4126CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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