Html Css Color HEX #360ABF Purple Heart

📋 copy color: '#360ABF'

red 54 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #360ABF

Tints of Purple Heart #360ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.92%

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

R = 21.18%
G = 3.92%
B = 74.9%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#360ABF (or 0x360ABF) is known color: Purple Heart. HEX triplet: 36, 0A and BF. RGB value is (54,10,191). Sum of RGB (Red+Green+Blue) = 54+10+191=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #360ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ABF is #C9F540. Grayscale: #2B2B2B. Windows color (decimal): -13235521 or 12519990. OLE color: 12519990.

HSL color Cylindrical-coordinate representation of color #360ABF: hue angle of 254.59º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360ABF is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 10 191 -
CMYK 0.72 0.95 0 0.25
HSL 254.59º 0.9% 0.39% -
HSV(B) 254.59º 0.95% 0.75% -
XYZ 11.03 4.76 49.63 -
YUV 43.79 211.08 135.28 -
System Red Green Blue C M Y K H S L
Decimal 54 10 191 0.72 0.95 0 0.25 254.59 0.9 0.39
Hex 36 A BF 48 5F 0 19 FF 5A 27
Octal 66 12 277 110 137 0 31 377 132 47
Binary 110110 1010 10111111 1001000 1011111 0 11001 11111111 1011010 100111

Color Harmonies of #360ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360ABF

Black with #360ABF

Text Example


Text Example

White with #360ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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