Html Css Color HEX #3F25BC Purple Heart

📋 copy color: '#3F25BC'

red 63 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #3F25BC

Tints of Purple Heart #3F25BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

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

R = 21.88%
G = 12.85%
B = 65.28%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F25BC (or 0x3F25BC) is known color: Purple Heart. HEX triplet: 3F, 25 and BC. RGB value is (63,37,188). Sum of RGB (Red+Green+Blue) = 63+37+188=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F25BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F25BC is #C0DA43. Grayscale: #3D3D3D. Windows color (decimal): -12638788 or 12330303. OLE color: 12330303.

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

Color convert

RGB 63 37 188 -
CMYK 0.66 0.80 0 0.26
HSL 250.33º 0.67% 0.44% -
HSV(B) 250.33º 0.8% 0.74% -
XYZ 11.79 6.01 48.12 -
YUV 61.99 199.11 128.72 -
System Red Green Blue C M Y K H S L
Decimal 63 37 188 0.66 0.80 0 0.26 250.33 0.67 0.44
Hex 3F 25 BC 42 50 0 1A FA 43 2C
Octal 77 45 274 102 120 0 32 372 103 54
Binary 111111 100101 10111100 1000010 1010000 0 11010 11111010 1000011 101100

Color Harmonies of #3F25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F25BC

Black with #3F25BC

Text Example


Text Example

White with #3F25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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