Html Css Color HEX #3F27BD Purple Heart

📋 copy color: '#3F27BD'

red 63 ◦ green 39 ◦ blue 189

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

Shades of Purple Heart #3F27BD

Tints of Purple Heart #3F27BD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

 BLUE value IS 189 (74.22% from 255) = 64.95%

R = 21.65%
G = 13.4%
B = 64.95%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F27BD (or 0x3F27BD) is known color: Purple Heart. HEX triplet: 3F, 27 and BD. RGB value is (63,39,189). Sum of RGB (Red+Green+Blue) = 63+39+189=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F27BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F27BD is #C0D842. Grayscale: #3E3E3E. Windows color (decimal): -12638275 or 12396351. OLE color: 12396351.

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

Color convert

RGB 63 39 189 -
CMYK 0.67 0.79 0 0.26
HSL 249.6º 0.66% 0.45% -
HSV(B) 249.6º 0.79% 0.74% -
XYZ 11.96 6.18 48.71 -
YUV 63.28 198.95 127.8 -
System Red Green Blue C M Y K H S L
Decimal 63 39 189 0.67 0.79 0 0.26 249.6 0.66 0.45
Hex 3F 27 BD 43 4F 0 1A FA 42 2D
Octal 77 47 275 103 117 0 32 372 102 55
Binary 111111 100111 10111101 1000011 1001111 0 11010 11111010 1000010 101101

Color Harmonies of #3F27BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F27BD

Black with #3F27BD

Text Example


Text Example

White with #3F27BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,39,189); }

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

background-color css

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

 a { background-color: rgb(63,39,189); }

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

border-color css

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

 span { border-color: rgb(63,39,189); }

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