Html Css Color HEX #6226E0 Purple Heart

📋 copy color: '#6226E0'

red 98 ◦ green 38 ◦ blue 224

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

Shades of Purple Heart #6226E0

Tints of Purple Heart #6226E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 62.22%

R = 27.22%
G = 10.56%
B = 62.22%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6226E0 (or 0x6226E0) is known color: Purple Heart. HEX triplet: 62, 26 and E0. RGB value is (98,38,224). Sum of RGB (Red+Green+Blue) = 98+38+224=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #6226E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6226E0 is #9DD91F. Grayscale: #4C4C4C. Windows color (decimal): -10344736 or 14689890. OLE color: 14689890.

HSL color Cylindrical-coordinate representation of color #6226E0: hue angle of 259.35º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6226E0 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 38 224 -
CMYK 0.56 0.83 0 0.12
HSL 259.35º 0.75% 0.51% -
HSV(B) 259.35º 0.83% 0.88% -
XYZ 19.18 9.36 71.32 -
YUV 77.14 210.88 142.88 -
System Red Green Blue C M Y K H S L
Decimal 98 38 224 0.56 0.83 0 0.12 259.35 0.75 0.51
Hex 62 26 E0 38 53 0 C 103 4B 33
Octal 142 46 340 70 123 0 14 403 113 63
Binary 1100010 100110 11100000 111000 1010011 0 1100 100000011 1001011 110011

Color Harmonies of #6226E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6226E0

Black with #6226E0

Text Example


Text Example

White with #6226E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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