Html Css Color HEX #6A22D6 Purple Heart

📋 copy color: '#6A22D6'

red 106 ◦ green 34 ◦ blue 214

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

Shades of Purple Heart #6A22D6

Tints of Purple Heart #6A22D6

RGB

 RED value IS 106 (41.8% from 255) = 29.94%

 GREEN value IS 34 (13.67% from 255) = 9.6%

 BLUE value IS 214 (83.98% from 255) = 60.45%

R = 29.94%
G = 9.6%
B = 60.45%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6A22D6 (or 0x6A22D6) is known color: Purple Heart. HEX triplet: 6A, 22 and D6. RGB value is (106,34,214). Sum of RGB (Red+Green+Blue) = 106+34+214=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #6A22D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A22D6 is #95DD29. Grayscale: #4B4B4B. Windows color (decimal): -9821482 or 14033514. OLE color: 14033514.

HSL color Cylindrical-coordinate representation of color #6A22D6: hue angle of 264º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A22D6 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 34 214 -
CMYK 0.50 0.84 0 0.16
HSL 264º 0.73% 0.49% -
HSV(B) 264º 0.84% 0.84% -
XYZ 18.65 9.06 64.38 -
YUV 76.05 205.85 149.36 -
System Red Green Blue C M Y K H S L
Decimal 106 34 214 0.50 0.84 0 0.16 264 0.73 0.49
Hex 6A 22 D6 32 54 0 10 108 49 31
Octal 152 42 326 62 124 0 20 410 111 61
Binary 1101010 100010 11010110 110010 1010100 0 10000 100001000 1001001 110001

Color Harmonies of #6A22D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A22D6

Black with #6A22D6

Text Example


Text Example

White with #6A22D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A22D6; }

 p { color: rgb(106,34,214); }

 H1.HeaderClassName
 {
   color: #6A22D6;
 }
 .AnyTagClassName
 {
   color: #6A22D6;
 }
</style>

background-color css

<style>
 a { background-color: #6A22D6; }

 a { background-color: rgb(106,34,214); }

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

border-color css

<style>
 span { border-color: #6A22D6; }

 span { border-color: rgb(106,34,214); }

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