Html Css Color HEX #360FBE Purple Heart

📋 copy color: '#360FBE'

red 54 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #360FBE

Tints of Purple Heart #360FBE

RGB

 RED value IS 54 (21.48% from 255) = 20.85%

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

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

R = 20.85%
G = 5.79%
B = 73.36%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#360FBE (or 0x360FBE) is known color: Purple Heart. HEX triplet: 36, 0F and BE. RGB value is (54,15,190). Sum of RGB (Red+Green+Blue) = 54+15+190=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #360FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FBE is #C9F041. Grayscale: #2D2D2D. Windows color (decimal): -13234242 or 12455734. OLE color: 12455734.

HSL color Cylindrical-coordinate representation of color #360FBE: hue angle of 253.37º 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 #360FBE is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 15 190 -
CMYK 0.72 0.92 0 0.25
HSL 253.37º 0.85% 0.4% -
HSV(B) 253.37º 0.92% 0.75% -
XYZ 10.99 4.84 49.07 -
YUV 46.61 208.92 133.27 -
System Red Green Blue C M Y K H S L
Decimal 54 15 190 0.72 0.92 0 0.25 253.37 0.85 0.4
Hex 36 F BE 48 5C 0 19 FD 55 28
Octal 66 17 276 110 134 0 31 375 125 50
Binary 110110 1111 10111110 1001000 1011100 0 11001 11111101 1010101 101000

Color Harmonies of #360FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FBE

Black with #360FBE

Text Example


Text Example

White with #360FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360FBE; }

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

 H1.HeaderClassName
 {
   color: #360FBE;
 }
 .AnyTagClassName
 {
   color: #360FBE;
 }
</style>

background-color css

<style>
 a { background-color: #360FBE; }

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

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

border-color css

<style>
 span { border-color: #360FBE; }

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

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