Html Css Color HEX #3F06BC Purple Heart

📋 copy color: '#3F06BC'

red 63 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #3F06BC

Tints of Purple Heart #3F06BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 188 (73.83% from 255) = 73.15%

R = 24.51%
G = 2.33%
B = 73.15%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F06BC (or 0x3F06BC) is known color: Purple Heart. HEX triplet: 3F, 06 and BC. RGB value is (63,6,188). Sum of RGB (Red+Green+Blue) = 63+6+188=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F06BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F06BC is #C0F943. Grayscale: #2B2B2B. Windows color (decimal): -12646724 or 12322367. OLE color: 12322367.

HSL color Cylindrical-coordinate representation of color #3F06BC: hue angle of 258.79º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F06BC is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 6 188 -
CMYK 0.66 0.97 0 0.26
HSL 258.79º 0.94% 0.38% -
HSV(B) 258.79º 0.97% 0.74% -
XYZ 11.19 4.82 47.92 -
YUV 43.79 209.38 141.7 -
System Red Green Blue C M Y K H S L
Decimal 63 6 188 0.66 0.97 0 0.26 258.79 0.94 0.38
Hex 3F 6 BC 42 61 0 1A 103 5E 26
Octal 77 6 274 102 141 0 32 403 136 46
Binary 111111 110 10111100 1000010 1100001 0 11010 100000011 1011110 100110

Color Harmonies of #3F06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F06BC

Black with #3F06BC

Text Example


Text Example

White with #3F06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,6,188); }

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

background-color css

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

 a { background-color: rgb(63,6,188); }

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

border-color css

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

 span { border-color: rgb(63,6,188); }

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