Html Css Color HEX #3F10BE Purple Heart

📋 copy color: '#3F10BE'

red 63 ◦ green 16 ◦ blue 190

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

Shades of Purple Heart #3F10BE

Tints of Purple Heart #3F10BE

RGB

 RED value IS 63 (25% from 255) = 23.42%

 GREEN value IS 16 (6.64% from 255) = 5.95%

 BLUE value IS 190 (74.61% from 255) = 70.63%

R = 23.42%
G = 5.95%
B = 70.63%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F10BE (or 0x3F10BE) is known color: Purple Heart. HEX triplet: 3F, 10 and BE. RGB value is (63,16,190). Sum of RGB (Red+Green+Blue) = 63+16+190=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F10BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F10BE is #C0EF41. Grayscale: #313131. Windows color (decimal): -12644162 or 12455999. OLE color: 12455999.

HSL color Cylindrical-coordinate representation of color #3F10BE: hue angle of 256.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F10BE is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 16 190 -
CMYK 0.67 0.92 0 0.25
HSL 256.21º 0.84% 0.4% -
HSV(B) 256.21º 0.92% 0.75% -
XYZ 11.53 5.15 49.1 -
YUV 49.89 207.07 137.35 -
System Red Green Blue C M Y K H S L
Decimal 63 16 190 0.67 0.92 0 0.25 256.21 0.84 0.4
Hex 3F 10 BE 43 5C 0 19 100 54 28
Octal 77 20 276 103 134 0 31 400 124 50
Binary 111111 10000 10111110 1000011 1011100 0 11001 100000000 1010100 101000

Color Harmonies of #3F10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F10BE

Black with #3F10BE

Text Example


Text Example

White with #3F10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F10BE; }

 p { color: rgb(63,16,190); }

 H1.HeaderClassName
 {
   color: #3F10BE;
 }
 .AnyTagClassName
 {
   color: #3F10BE;
 }
</style>

background-color css

<style>
 a { background-color: #3F10BE; }

 a { background-color: rgb(63,16,190); }

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

border-color css

<style>
 span { border-color: #3F10BE; }

 span { border-color: rgb(63,16,190); }

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