Html Css Color HEX #6225AC Purple Heart

📋 copy color: '#6225AC'

red 98 ◦ green 37 ◦ blue 172

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

Shades of Purple Heart #6225AC

Tints of Purple Heart #6225AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 31.92%
G = 12.05%
B = 56.03%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6225AC (or 0x6225AC) is known color: Purple Heart. HEX triplet: 62, 25 and AC. RGB value is (98,37,172). Sum of RGB (Red+Green+Blue) = 98+37+172=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #6225AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6225AC is #9DDA53. Grayscale: #464646. Windows color (decimal): -10345044 or 11281762. OLE color: 11281762.

HSL color Cylindrical-coordinate representation of color #6225AC: hue angle of 267.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6225AC is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 37 172 -
CMYK 0.43 0.78 0 0.33
HSL 267.11º 0.65% 0.41% -
HSV(B) 267.11º 0.78% 0.67% -
XYZ 13.14 6.9 39.67 -
YUV 70.63 185.21 147.52 -
System Red Green Blue C M Y K H S L
Decimal 98 37 172 0.43 0.78 0 0.33 267.11 0.65 0.41
Hex 62 25 AC 2B 4E 0 21 10B 41 29
Octal 142 45 254 53 116 0 41 413 101 51
Binary 1100010 100101 10101100 101011 1001110 0 100001 100001011 1000001 101001

Color Harmonies of #6225AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6225AC

Black with #6225AC

Text Example


Text Example

White with #6225AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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