Html Css Color HEX #3F05BC Purple Heart

📋 copy color: '#3F05BC'

red 63 ◦ green 5 ◦ blue 188

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

Shades of Purple Heart #3F05BC

Tints of Purple Heart #3F05BC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 24.61%
G = 1.95%
B = 73.44%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F05BC (or 0x3F05BC) is known color: Purple Heart. HEX triplet: 3F, 05 and BC. RGB value is (63,5,188). Sum of RGB (Red+Green+Blue) = 63+5+188=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F05BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05BC is #C0FA43. Grayscale: #2A2A2A. Windows color (decimal): -12646980 or 12322111. OLE color: 12322111.

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

Color convert

RGB 63 5 188 -
CMYK 0.66 0.97 0 0.26
HSL 259.02º 0.95% 0.38% -
HSV(B) 259.02º 0.97% 0.74% -
XYZ 11.18 4.8 47.91 -
YUV 43.2 209.72 142.12 -
System Red Green Blue C M Y K H S L
Decimal 63 5 188 0.66 0.97 0 0.26 259.02 0.95 0.38
Hex 3F 5 BC 42 61 0 1A 103 5F 26
Octal 77 5 274 102 141 0 32 403 137 46
Binary 111111 101 10111100 1000010 1100001 0 11010 100000011 1011111 100110

Color Harmonies of #3F05BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F05BC

Black with #3F05BC

Text Example


Text Example

White with #3F05BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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