Html Css Color HEX #3C0FBE Purple Heart

📋 copy color: '#3C0FBE'

red 60 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #3C0FBE

Tints of Purple Heart #3C0FBE

RGB

 RED value IS 60 (23.83% from 255) = 22.64%

 GREEN value IS 15 (6.25% from 255) = 5.66%

 BLUE value IS 190 (74.61% from 255) = 71.7%

R = 22.64%
G = 5.66%
B = 71.7%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C0FBE (or 0x3C0FBE) is known color: Purple Heart. HEX triplet: 3C, 0F and BE. RGB value is (60,15,190). Sum of RGB (Red+Green+Blue) = 60+15+190=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C0FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0FBE is #C3F041. Grayscale: #2F2F2F. Windows color (decimal): -12841026 or 12455740. OLE color: 12455740.

HSL color Cylindrical-coordinate representation of color #3C0FBE: hue angle of 255.43º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0FBE is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 15 190 -
CMYK 0.68 0.92 0 0.25
HSL 255.43º 0.85% 0.4% -
HSV(B) 255.43º 0.92% 0.75% -
XYZ 11.33 5.02 49.09 -
YUV 48.41 207.91 136.27 -
System Red Green Blue C M Y K H S L
Decimal 60 15 190 0.68 0.92 0 0.25 255.43 0.85 0.4
Hex 3C F BE 44 5C 0 19 FF 55 28
Octal 74 17 276 104 134 0 31 377 125 50
Binary 111100 1111 10111110 1000100 1011100 0 11001 11111111 1010101 101000

Color Harmonies of #3C0FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0FBE

Black with #3C0FBE

Text Example


Text Example

White with #3C0FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,15,190); }

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

background-color css

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

 a { background-color: rgb(60,15,190); }

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

border-color css

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

 span { border-color: rgb(60,15,190); }

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