Html Css Color HEX #6226C5 Purple Heart

📋 copy color: '#6226C5'

red 98 ◦ green 38 ◦ blue 197

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

Shades of Purple Heart #6226C5

Tints of Purple Heart #6226C5

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.41%

 BLUE value IS 197 (77.34% from 255) = 59.16%

R = 29.43%
G = 11.41%
B = 59.16%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6226C5 (or 0x6226C5) is known color: Purple Heart. HEX triplet: 62, 26 and C5. RGB value is (98,38,197). Sum of RGB (Red+Green+Blue) = 98+38+197=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #6226C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6226C5 is #9DD93A. Grayscale: #494949. Windows color (decimal): -10344763 or 12920418. OLE color: 12920418.

HSL color Cylindrical-coordinate representation of color #6226C5: hue angle of 262.64º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6226C5 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 98 38 197 -
CMYK 0.50 0.81 0 0.23
HSL 262.64º 0.68% 0.46% -
HSV(B) 262.64º 0.81% 0.77% -
XYZ 15.81 8.01 53.54 -
YUV 74.07 197.38 145.07 -
System Red Green Blue C M Y K H S L
Decimal 98 38 197 0.50 0.81 0 0.23 262.64 0.68 0.46
Hex 62 26 C5 32 51 0 17 107 44 2E
Octal 142 46 305 62 121 0 27 407 104 56
Binary 1100010 100110 11000101 110010 1010001 0 10111 100000111 1000100 101110

Color Harmonies of #6226C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6226C5

Black with #6226C5

Text Example


Text Example

White with #6226C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6226C5; }

 p { color: rgb(98,38,197); }

 H1.HeaderClassName
 {
   color: #6226C5;
 }
 .AnyTagClassName
 {
   color: #6226C5;
 }
</style>

background-color css

<style>
 a { background-color: #6226C5; }

 a { background-color: rgb(98,38,197); }

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

border-color css

<style>
 span { border-color: #6226C5; }

 span { border-color: rgb(98,38,197); }

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