Html Css Color HEX #3F11BE Purple Heart

📋 copy color: '#3F11BE'

red 63 ◦ green 17 ◦ blue 190

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

Shades of Purple Heart #3F11BE

Tints of Purple Heart #3F11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

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

R = 23.33%
G = 6.3%
B = 70.37%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F11BE (or 0x3F11BE) is known color: Purple Heart. HEX triplet: 3F, 11 and BE. RGB value is (63,17,190). Sum of RGB (Red+Green+Blue) = 63+17+190=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F11BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F11BE is #C0EE41. Grayscale: #313131. Windows color (decimal): -12643906 or 12456255. OLE color: 12456255.

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

Color convert

RGB 63 17 190 -
CMYK 0.67 0.91 0 0.25
HSL 255.95º 0.84% 0.41% -
HSV(B) 255.95º 0.91% 0.75% -
XYZ 11.54 5.18 49.11 -
YUV 50.48 206.74 136.93 -
System Red Green Blue C M Y K H S L
Decimal 63 17 190 0.67 0.91 0 0.25 255.95 0.84 0.41
Hex 3F 11 BE 43 5B 0 19 100 54 29
Octal 77 21 276 103 133 0 31 400 124 51
Binary 111111 10001 10111110 1000011 1011011 0 11001 100000000 1010100 101001

Color Harmonies of #3F11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F11BE

Black with #3F11BE

Text Example


Text Example

White with #3F11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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