Html Css Color HEX #412BCE Purple Heart

📋 copy color: '#412BCE'

red 65 ◦ green 43 ◦ blue 206

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

Shades of Purple Heart #412BCE

Tints of Purple Heart #412BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 20.7%
G = 13.69%
B = 65.61%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#412BCE (or 0x412BCE) is known color: Purple Heart. HEX triplet: 41, 2B and CE. RGB value is (65,43,206). Sum of RGB (Red+Green+Blue) = 65+43+206=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #412BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BCE is #BED431. Grayscale: #434343. Windows color (decimal): -12506162 or 13511489. OLE color: 13511489.

HSL color Cylindrical-coordinate representation of color #412BCE: hue angle of 248.1º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412BCE is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 43 206 -
CMYK 0.68 0.79 0 0.19
HSL 248.1º 0.65% 0.49% -
HSV(B) 248.1º 0.79% 0.81% -
XYZ 14.18 7.31 59.06 -
YUV 68.16 205.79 125.75 -
System Red Green Blue C M Y K H S L
Decimal 65 43 206 0.68 0.79 0 0.19 248.1 0.65 0.49
Hex 41 2B CE 44 4F 0 13 F8 41 31
Octal 101 53 316 104 117 0 23 370 101 61
Binary 1000001 101011 11001110 1000100 1001111 0 10011 11111000 1000001 110001

Color Harmonies of #412BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BCE

Black with #412BCE

Text Example


Text Example

White with #412BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412BCE; }

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

 H1.HeaderClassName
 {
   color: #412BCE;
 }
 .AnyTagClassName
 {
   color: #412BCE;
 }
</style>

background-color css

<style>
 a { background-color: #412BCE; }

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

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

border-color css

<style>
 span { border-color: #412BCE; }

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

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