Html Css Color HEX #412FBF Purple Heart

📋 copy color: '#412FBF'

red 65 ◦ green 47 ◦ blue 191

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

Shades of Purple Heart #412FBF

Tints of Purple Heart #412FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.04%

R = 21.45%
G = 15.51%
B = 63.04%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#412FBF (or 0x412FBF) is known color: Purple Heart. HEX triplet: 41, 2F and BF. RGB value is (65,47,191). Sum of RGB (Red+Green+Blue) = 65+47+191=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #412FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FBF is #BED040. Grayscale: #444444. Windows color (decimal): -12505153 or 12529473. OLE color: 12529473.

HSL color Cylindrical-coordinate representation of color #412FBF: hue angle of 247.5º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412FBF is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 47 191 -
CMYK 0.66 0.75 0 0.25
HSL 247.5º 0.61% 0.47% -
HSV(B) 247.5º 0.75% 0.75% -
XYZ 12.6 6.92 49.96 -
YUV 68.8 196.96 125.29 -
System Red Green Blue C M Y K H S L
Decimal 65 47 191 0.66 0.75 0 0.25 247.5 0.61 0.47
Hex 41 2F BF 42 4B 0 19 F8 3D 2F
Octal 101 57 277 102 113 0 31 370 75 57
Binary 1000001 101111 10111111 1000010 1001011 0 11001 11111000 111101 101111

Color Harmonies of #412FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FBF

Black with #412FBF

Text Example


Text Example

White with #412FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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