Html Css Color HEX #360FBF Purple Heart

📋 copy color: '#360FBF'

red 54 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #360FBF

Tints of Purple Heart #360FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 73.46%

R = 20.77%
G = 5.77%
B = 73.46%

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

#360FBF (or 0x360FBF) is known color: Purple Heart. HEX triplet: 36, 0F and BF. RGB value is (54,15,191). Sum of RGB (Red+Green+Blue) = 54+15+191=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #360FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FBF is #C9F040. Grayscale: #2E2E2E. Windows color (decimal): -13234241 or 12521270. OLE color: 12521270.

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

Color convert

RGB 54 15 191 -
CMYK 0.72 0.92 0 0.25
HSL 253.3º 0.85% 0.4% -
HSV(B) 253.3º 0.92% 0.75% -
XYZ 11.1 4.89 49.65 -
YUV 46.73 209.42 133.19 -
System Red Green Blue C M Y K H S L
Decimal 54 15 191 0.72 0.92 0 0.25 253.3 0.85 0.4
Hex 36 F BF 48 5C 0 19 FD 55 28
Octal 66 17 277 110 134 0 31 375 125 50
Binary 110110 1111 10111111 1001000 1011100 0 11001 11111101 1010101 101000

Color Harmonies of #360FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FBF

Black with #360FBF

Text Example


Text Example

White with #360FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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