Html Css Color HEX #6A2FCD Purple Heart

📋 copy color: '#6A2FCD'

red 106 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #6A2FCD

Tints of Purple Heart #6A2FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.13%

 BLUE value IS 205 (80.47% from 255) = 57.26%

R = 29.61%
G = 13.13%
B = 57.26%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A2FCD (or 0x6A2FCD) is known color: Purple Heart. HEX triplet: 6A, 2F and CD. RGB value is (106,47,205). Sum of RGB (Red+Green+Blue) = 106+47+205=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A2FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2FCD is #95D032. Grayscale: #525252. Windows color (decimal): -9818163 or 13447018. OLE color: 13447018.

HSL color Cylindrical-coordinate representation of color #6A2FCD: hue angle of 262.41º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A2FCD is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 47 205 -
CMYK 0.48 0.77 0 0.20
HSL 262.41º 0.63% 0.49% -
HSV(B) 262.41º 0.77% 0.8% -
XYZ 17.98 9.5 58.64 -
YUV 82.65 197.05 144.65 -
System Red Green Blue C M Y K H S L
Decimal 106 47 205 0.48 0.77 0 0.20 262.41 0.63 0.49
Hex 6A 2F CD 30 4D 0 14 106 3F 31
Octal 152 57 315 60 115 0 24 406 77 61
Binary 1101010 101111 11001101 110000 1001101 0 10100 100000110 111111 110001

Color Harmonies of #6A2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2FCD

Black with #6A2FCD

Text Example


Text Example

White with #6A2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,47,205); }

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

background-color css

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

 a { background-color: rgb(106,47,205); }

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

border-color css

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

 span { border-color: rgb(106,47,205); }

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