Html Css Color HEX #3F00BC Purple Heart

📋 copy color: '#3F00BC'

red 63 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #3F00BC

Tints of Purple Heart #3F00BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.1%
G = 0%
B = 74.9%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F00BC (or 0x3F00BC) is known color: Purple Heart. HEX triplet: 3F, 00 and BC. RGB value is (63,0,188). Sum of RGB (Red+Green+Blue) = 63+0+188=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F00BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F00BC is #C0FF43. Grayscale: #272727. Windows color (decimal): -12648260 or 12320831. OLE color: 12320831.

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

Color convert

RGB 63 0 188 -
CMYK 0.66 1 0 0.26
HSL 260.11º 1% 0.37% -
HSV(B) 260.11º 1% 0.74% -
XYZ 11.13 4.69 47.9 -
YUV 40.27 211.37 144.21 -
System Red Green Blue C M Y K H S L
Decimal 63 0 188 0.66 1 0 0.26 260.11 1 0.37
Hex 3F 0 BC 42 64 0 1A 104 64 25
Octal 77 0 274 102 144 0 32 404 144 45
Binary 111111 0 10111100 1000010 1100100 0 11010 100000100 1100100 100101

Color Harmonies of #3F00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F00BC

Black with #3F00BC

Text Example


Text Example

White with #3F00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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