Html Css Color HEX #6227E0 Purple Heart

📋 copy color: '#6227E0'

red 98 ◦ green 39 ◦ blue 224

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

Shades of Purple Heart #6227E0

Tints of Purple Heart #6227E0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.8%

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

R = 27.15%
G = 10.8%
B = 62.05%

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

#6227E0 (or 0x6227E0) is known color: Purple Heart. HEX triplet: 62, 27 and E0. RGB value is (98,39,224). Sum of RGB (Red+Green+Blue) = 98+39+224=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 224 (87.89% from 255 or 62.05% from 361); Max value from RGB is 224 - color contains mainly: blue. Hex color #6227E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6227E0 is #9DD81F. Grayscale: #4D4D4D. Windows color (decimal): -10344480 or 14690146. OLE color: 14690146.

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

Color convert

RGB 98 39 224 -
CMYK 0.56 0.83 0 0.12
HSL 259.14º 0.75% 0.52% -
HSV(B) 259.14º 0.83% 0.88% -
XYZ 19.22 9.43 71.33 -
YUV 77.73 210.55 142.46 -
System Red Green Blue C M Y K H S L
Decimal 98 39 224 0.56 0.83 0 0.12 259.14 0.75 0.52
Hex 62 27 E0 38 53 0 C 103 4B 34
Octal 142 47 340 70 123 0 14 403 113 64
Binary 1100010 100111 11100000 111000 1010011 0 1100 100000011 1001011 110100

Color Harmonies of #6227E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6227E0

Black with #6227E0

Text Example


Text Example

White with #6227E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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