Html Css Color HEX #3F1FCB Purple Heart

📋 copy color: '#3F1FCB'

red 63 ◦ green 31 ◦ blue 203

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

Shades of Purple Heart #3F1FCB

Tints of Purple Heart #3F1FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.44%

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 21.21%
G = 10.44%
B = 68.35%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F1FCB (or 0x3F1FCB) is known color: Purple Heart. HEX triplet: 3F, 1F and CB. RGB value is (63,31,203). Sum of RGB (Red+Green+Blue) = 63+31+203=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F1FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1FCB is #C0E034. Grayscale: #3B3B3B. Windows color (decimal): -12640309 or 13311807. OLE color: 13311807.

HSL color Cylindrical-coordinate representation of color #3F1FCB: hue angle of 251.16º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1FCB is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 31 203 -
CMYK 0.69 0.85 0 0.20
HSL 251.16º 0.74% 0.46% -
HSV(B) 251.16º 0.85% 0.8% -
XYZ 13.32 6.35 57.02 -
YUV 60.18 208.6 130.01 -
System Red Green Blue C M Y K H S L
Decimal 63 31 203 0.69 0.85 0 0.20 251.16 0.74 0.46
Hex 3F 1F CB 45 55 0 14 FB 4A 2E
Octal 77 37 313 105 125 0 24 373 112 56
Binary 111111 11111 11001011 1000101 1010101 0 10100 11111011 1001010 101110

Color Harmonies of #3F1FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1FCB

Black with #3F1FCB

Text Example


Text Example

White with #3F1FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,31,203); }

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

background-color css

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

 a { background-color: rgb(63,31,203); }

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

border-color css

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

 span { border-color: rgb(63,31,203); }

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