Html Css Color HEX #3F1ABC Purple Heart

📋 copy color: '#3F1ABC'

red 63 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #3F1ABC

Tints of Purple Heart #3F1ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.39%

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

R = 22.74%
G = 9.39%
B = 67.87%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F1ABC (or 0x3F1ABC) is known color: Purple Heart. HEX triplet: 3F, 1A and BC. RGB value is (63,26,188). Sum of RGB (Red+Green+Blue) = 63+26+188=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F1ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1ABC is #C0E543. Grayscale: #363636. Windows color (decimal): -12641604 or 12327487. OLE color: 12327487.

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

Color convert

RGB 63 26 188 -
CMYK 0.66 0.86 0 0.26
HSL 253.7º 0.76% 0.42% -
HSV(B) 253.7º 0.86% 0.74% -
XYZ 11.5 5.43 48.02 -
YUV 55.53 202.76 133.33 -
System Red Green Blue C M Y K H S L
Decimal 63 26 188 0.66 0.86 0 0.26 253.7 0.76 0.42
Hex 3F 1A BC 42 56 0 1A FE 4C 2A
Octal 77 32 274 102 126 0 32 376 114 52
Binary 111111 11010 10111100 1000010 1010110 0 11010 11111110 1001100 101010

Color Harmonies of #3F1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1ABC

Black with #3F1ABC

Text Example


Text Example

White with #3F1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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