Html Css Color HEX #412BD0 Purple Heart

📋 copy color: '#412BD0'

red 65 ◦ green 43 ◦ blue 208

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

Shades of Purple Heart #412BD0

Tints of Purple Heart #412BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 65.82%

R = 20.57%
G = 13.61%
B = 65.82%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#412BD0 (or 0x412BD0) is known color: Purple Heart. HEX triplet: 41, 2B and D0. RGB value is (65,43,208). Sum of RGB (Red+Green+Blue) = 65+43+208=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 208 (81.64% from 255 or 65.82% from 316); Max value from RGB is 208 - color contains mainly: blue. Hex color #412BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BD0 is #BED42F. Grayscale: #434343. Windows color (decimal): -12506160 or 13642561. OLE color: 13642561.

HSL color Cylindrical-coordinate representation of color #412BD0: hue angle of 248º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412BD0 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 43 208 -
CMYK 0.69 0.79 0 0.18
HSL 248º 0.66% 0.49% -
HSV(B) 248º 0.79% 0.82% -
XYZ 14.43 7.41 60.34 -
YUV 68.39 206.79 125.58 -
System Red Green Blue C M Y K H S L
Decimal 65 43 208 0.69 0.79 0 0.18 248 0.66 0.49
Hex 41 2B D0 45 4F 0 12 F8 42 31
Octal 101 53 320 105 117 0 22 370 102 61
Binary 1000001 101011 11010000 1000101 1001111 0 10010 11111000 1000010 110001

Color Harmonies of #412BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BD0

Black with #412BD0

Text Example


Text Example

White with #412BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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