Html Css Color HEX #6225BE Purple Heart

📋 copy color: '#6225BE'

red 98 ◦ green 37 ◦ blue 190

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

Shades of Purple Heart #6225BE

Tints of Purple Heart #6225BE

RGB

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

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

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

R = 30.15%
G = 11.38%
B = 58.46%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6225BE (or 0x6225BE) is known color: Purple Heart. HEX triplet: 62, 25 and BE. RGB value is (98,37,190). Sum of RGB (Red+Green+Blue) = 98+37+190=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #6225BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6225BE is #9DDA41. Grayscale: #484848. Windows color (decimal): -10345026 or 12461410. OLE color: 12461410.

HSL color Cylindrical-coordinate representation of color #6225BE: hue angle of 263.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6225BE is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 37 190 -
CMYK 0.48 0.81 0 0.25
HSL 263.92º 0.67% 0.45% -
HSV(B) 263.92º 0.81% 0.75% -
XYZ 14.99 7.64 49.4 -
YUV 72.68 194.21 146.06 -
System Red Green Blue C M Y K H S L
Decimal 98 37 190 0.48 0.81 0 0.25 263.92 0.67 0.45
Hex 62 25 BE 30 51 0 19 108 43 2D
Octal 142 45 276 60 121 0 31 410 103 55
Binary 1100010 100101 10111110 110000 1010001 0 11001 100001000 1000011 101101

Color Harmonies of #6225BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6225BE

Black with #6225BE

Text Example


Text Example

White with #6225BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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