Html Css Color HEX #3F0CBD Purple Heart

📋 copy color: '#3F0CBD'

red 63 ◦ green 12 ◦ blue 189

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

Shades of Purple Heart #3F0CBD

Tints of Purple Heart #3F0CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.55%

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

R = 23.86%
G = 4.55%
B = 71.59%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F0CBD (or 0x3F0CBD) is known color: Purple Heart. HEX triplet: 3F, 0C and BD. RGB value is (63,12,189). Sum of RGB (Red+Green+Blue) = 63+12+189=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F0CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0CBD is #C0F342. Grayscale: #2E2E2E. Windows color (decimal): -12645187 or 12389439. OLE color: 12389439.

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

Color convert

RGB 63 12 189 -
CMYK 0.67 0.94 0 0.26
HSL 257.29º 0.88% 0.39% -
HSV(B) 257.29º 0.94% 0.74% -
XYZ 11.37 4.99 48.51 -
YUV 47.43 207.9 139.11 -
System Red Green Blue C M Y K H S L
Decimal 63 12 189 0.67 0.94 0 0.26 257.29 0.88 0.39
Hex 3F C BD 43 5E 0 1A 101 58 27
Octal 77 14 275 103 136 0 32 401 130 47
Binary 111111 1100 10111101 1000011 1011110 0 11010 100000001 1011000 100111

Color Harmonies of #3F0CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0CBD

Black with #3F0CBD

Text Example


Text Example

White with #3F0CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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