Html Css Color HEX #412FBA Purple Heart

📋 copy color: '#412FBA'

red 65 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #412FBA

Tints of Purple Heart #412FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.77%

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 21.81%
G = 15.77%
B = 62.42%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#412FBA (or 0x412FBA) is known color: Purple Heart. HEX triplet: 41, 2F and BA. RGB value is (65,47,186). Sum of RGB (Red+Green+Blue) = 65+47+186=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #412FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FBA is #BED045. Grayscale: #434343. Windows color (decimal): -12505158 or 12201793. OLE color: 12201793.

HSL color Cylindrical-coordinate representation of color #412FBA: hue angle of 247.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412FBA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 47 186 -
CMYK 0.65 0.75 0 0.27
HSL 247.77º 0.6% 0.46% -
HSV(B) 247.77º 0.75% 0.73% -
XYZ 12.06 6.7 47.11 -
YUV 68.23 194.46 125.7 -
System Red Green Blue C M Y K H S L
Decimal 65 47 186 0.65 0.75 0 0.27 247.77 0.6 0.46
Hex 41 2F BA 41 4B 0 1B F8 3C 2E
Octal 101 57 272 101 113 0 33 370 74 56
Binary 1000001 101111 10111010 1000001 1001011 0 11011 11111000 111100 101110

Color Harmonies of #412FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FBA

Black with #412FBA

Text Example


Text Example

White with #412FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,186); }

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

background-color css

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

 a { background-color: rgb(65,47,186); }

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

border-color css

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

 span { border-color: rgb(65,47,186); }

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