Html Css Color HEX #412FBB Purple Heart

📋 copy color: '#412FBB'

red 65 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #412FBB

Tints of Purple Heart #412FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 21.74%
G = 15.72%
B = 62.54%

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

#412FBB (or 0x412FBB) is known color: Purple Heart. HEX triplet: 41, 2F and BB. RGB value is (65,47,187). Sum of RGB (Red+Green+Blue) = 65+47+187=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #412FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FBB is #BED044. Grayscale: #434343. Windows color (decimal): -12505157 or 12267329. OLE color: 12267329.

HSL color Cylindrical-coordinate representation of color #412FBB: hue angle of 247.71º 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 #412FBB is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 47 187 -
CMYK 0.65 0.75 0 0.27
HSL 247.71º 0.6% 0.46% -
HSV(B) 247.71º 0.75% 0.73% -
XYZ 12.17 6.74 47.67 -
YUV 68.34 194.96 125.62 -
System Red Green Blue C M Y K H S L
Decimal 65 47 187 0.65 0.75 0 0.27 247.71 0.6 0.46
Hex 41 2F BB 41 4B 0 1B F8 3C 2E
Octal 101 57 273 101 113 0 33 370 74 56
Binary 1000001 101111 10111011 1000001 1001011 0 11011 11111000 111100 101110

Color Harmonies of #412FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412FBB

Black with #412FBB

Text Example


Text Example

White with #412FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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