Html Css Color HEX #6223AB Purple Heart

📋 copy color: '#6223AB'

red 98 ◦ green 35 ◦ blue 171

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

Shades of Purple Heart #6223AB

Tints of Purple Heart #6223AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 32.24%
G = 11.51%
B = 56.25%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6223AB (or 0x6223AB) is known color: Purple Heart. HEX triplet: 62, 23 and AB. RGB value is (98,35,171). Sum of RGB (Red+Green+Blue) = 98+35+171=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #6223AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6223AB is #9DDC54. Grayscale: #444444. Windows color (decimal): -10345557 or 11215714. OLE color: 11215714.

HSL color Cylindrical-coordinate representation of color #6223AB: hue angle of 267.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6223AB is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 35 171 -
CMYK 0.43 0.80 0 0.33
HSL 267.79º 0.66% 0.4% -
HSV(B) 267.79º 0.8% 0.67% -
XYZ 12.99 6.74 39.14 -
YUV 69.34 185.37 148.44 -
System Red Green Blue C M Y K H S L
Decimal 98 35 171 0.43 0.80 0 0.33 267.79 0.66 0.4
Hex 62 23 AB 2B 50 0 21 10C 42 28
Octal 142 43 253 53 120 0 41 414 102 50
Binary 1100010 100011 10101011 101011 1010000 0 100001 100001100 1000010 101000

Color Harmonies of #6223AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6223AB

Black with #6223AB

Text Example


Text Example

White with #6223AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6223AB; }

 p { color: rgb(98,35,171); }

 H1.HeaderClassName
 {
   color: #6223AB;
 }
 .AnyTagClassName
 {
   color: #6223AB;
 }
</style>

background-color css

<style>
 a { background-color: #6223AB; }

 a { background-color: rgb(98,35,171); }

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

border-color css

<style>
 span { border-color: #6223AB; }

 span { border-color: rgb(98,35,171); }

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