Html Css Color HEX #6A38CA Purple Heart

📋 copy color: '#6A38CA'

red 106 ◦ green 56 ◦ blue 202

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

Shades of Purple Heart #6A38CA

Tints of Purple Heart #6A38CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

 BLUE value IS 202 (79.3% from 255) = 55.49%

R = 29.12%
G = 15.38%
B = 55.49%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A38CA (or 0x6A38CA) is known color: Purple Heart. HEX triplet: 6A, 38 and CA. RGB value is (106,56,202). Sum of RGB (Red+Green+Blue) = 106+56+202=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A38CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A38CA is #95C735. Grayscale: #575757. Windows color (decimal): -9815862 or 13252714. OLE color: 13252714.

HSL color Cylindrical-coordinate representation of color #6A38CA: hue angle of 260.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A38CA is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 56 202 -
CMYK 0.48 0.72 0 0.21
HSL 260.55º 0.58% 0.51% -
HSV(B) 260.55º 0.72% 0.79% -
XYZ 18.02 10.16 56.89 -
YUV 87.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 106 56 202 0.48 0.72 0 0.21 260.55 0.58 0.51
Hex 6A 38 CA 30 48 0 15 105 3A 33
Octal 152 70 312 60 110 0 25 405 72 63
Binary 1101010 111000 11001010 110000 1001000 0 10101 100000101 111010 110011

Color Harmonies of #6A38CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A38CA

Black with #6A38CA

Text Example


Text Example

White with #6A38CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,56,202); }

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

background-color css

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

 a { background-color: rgb(106,56,202); }

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

border-color css

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

 span { border-color: rgb(106,56,202); }

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