Html Css Color HEX #6025BA Purple Heart

📋 copy color: '#6025BA'

red 96 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #6025BA

Tints of Purple Heart #6025BA

RGB

 RED value IS 96 (37.89% from 255) = 30.09%

 GREEN value IS 37 (14.84% from 255) = 11.6%

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 30.09%
G = 11.6%
B = 58.31%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6025BA (or 0x6025BA) is known color: Purple Heart. HEX triplet: 60, 25 and BA. RGB value is (96,37,186). Sum of RGB (Red+Green+Blue) = 96+37+186=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #6025BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6025BA is #9FDA45. Grayscale: #474747. Windows color (decimal): -10476102 or 12199264. OLE color: 12199264.

HSL color Cylindrical-coordinate representation of color #6025BA: hue angle of 263.76º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6025BA is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 37 186 -
CMYK 0.48 0.80 0 0.27
HSL 263.76º 0.67% 0.44% -
HSV(B) 263.76º 0.8% 0.73% -
XYZ 14.35 7.36 47.12 -
YUV 71.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 96 37 186 0.48 0.80 0 0.27 263.76 0.67 0.44
Hex 60 25 BA 30 50 0 1B 108 43 2C
Octal 140 45 272 60 120 0 33 410 103 54
Binary 1100000 100101 10111010 110000 1010000 0 11011 100001000 1000011 101100

Color Harmonies of #6025BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6025BA

Black with #6025BA

Text Example


Text Example

White with #6025BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6025BA; }

 p { color: rgb(96,37,186); }

 H1.HeaderClassName
 {
   color: #6025BA;
 }
 .AnyTagClassName
 {
   color: #6025BA;
 }
</style>

background-color css

<style>
 a { background-color: #6025BA; }

 a { background-color: rgb(96,37,186); }

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

border-color css

<style>
 span { border-color: #6025BA; }

 span { border-color: rgb(96,37,186); }

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