Html Css Color HEX #6225BA Purple Heart

📋 copy color: '#6225BA'

red 98 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #6225BA

Tints of Purple Heart #6225BA

RGB

 RED value IS 98 (38.67% from 255) = 30.53%

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

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

R = 30.53%
G = 11.53%
B = 57.94%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6225BA (or 0x6225BA) is known color: Purple Heart. HEX triplet: 62, 25 and BA. RGB value is (98,37,186). Sum of RGB (Red+Green+Blue) = 98+37+186=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #6225BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6225BA is #9DDA45. Grayscale: #474747. Windows color (decimal): -10345030 or 12199266. OLE color: 12199266.

HSL color Cylindrical-coordinate representation of color #6225BA: hue angle of 264.56º 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 #6225BA is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 37 186 -
CMYK 0.47 0.80 0 0.27
HSL 264.56º 0.67% 0.44% -
HSV(B) 264.56º 0.8% 0.73% -
XYZ 14.56 7.46 47.13 -
YUV 72.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 98 37 186 0.47 0.80 0 0.27 264.56 0.67 0.44
Hex 62 25 BA 2F 50 0 1B 109 43 2C
Octal 142 45 272 57 120 0 33 411 103 54
Binary 1100010 100101 10111010 101111 1010000 0 11011 100001001 1000011 101100

Color Harmonies of #6225BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6225BA

Black with #6225BA

Text Example


Text Example

White with #6225BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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