Html Css Color HEX #3F00BF Purple Heart

📋 copy color: '#3F00BF'

red 63 ◦ green 0 ◦ blue 191

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

Shades of Purple Heart #3F00BF

Tints of Purple Heart #3F00BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.2%

R = 24.8%
G = 0%
B = 75.2%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F00BF (or 0x3F00BF) is known color: Purple Heart. HEX triplet: 3F, 00 and BF. RGB value is (63,0,191). Sum of RGB (Red+Green+Blue) = 63+0+191=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F00BF is #C0FF40. Grayscale: #272727. Windows color (decimal): -12648257 or 12517439. OLE color: 12517439.

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

Color convert

RGB 63 0 191 -
CMYK 0.67 1 0 0.25
HSL 259.79º 1% 0.37% -
HSV(B) 259.79º 1% 0.75% -
XYZ 11.45 4.82 49.62 -
YUV 40.61 212.87 143.97 -
System Red Green Blue C M Y K H S L
Decimal 63 0 191 0.67 1 0 0.25 259.79 1 0.37
Hex 3F 0 BF 43 64 0 19 104 64 25
Octal 77 0 277 103 144 0 31 404 144 45
Binary 111111 0 10111111 1000011 1100100 0 11001 100000100 1100100 100101

Color Harmonies of #3F00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F00BF

Black with #3F00BF

Text Example


Text Example

White with #3F00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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