Html Css Color HEX #6A3CCF Purple Heart

📋 copy color: '#6A3CCF'

red 106 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #6A3CCF

Tints of Purple Heart #6A3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 28.42%
G = 16.09%
B = 55.5%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A3CCF (or 0x6A3CCF) is known color: Purple Heart. HEX triplet: 6A, 3C and CF. RGB value is (106,60,207). Sum of RGB (Red+Green+Blue) = 106+60+207=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A3CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3CCF is #95C330. Grayscale: #595959. Windows color (decimal): -9814833 or 13581418. OLE color: 13581418.

HSL color Cylindrical-coordinate representation of color #6A3CCF: hue angle of 258.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A3CCF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 60 207 -
CMYK 0.49 0.71 0 0.19
HSL 258.78º 0.6% 0.52% -
HSV(B) 258.78º 0.71% 0.81% -
XYZ 18.82 10.8 60.12 -
YUV 90.51 193.74 139.05 -
System Red Green Blue C M Y K H S L
Decimal 106 60 207 0.49 0.71 0 0.19 258.78 0.6 0.52
Hex 6A 3C CF 31 47 0 13 103 3C 34
Octal 152 74 317 61 107 0 23 403 74 64
Binary 1101010 111100 11001111 110001 1000111 0 10011 100000011 111100 110100

Color Harmonies of #6A3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3CCF

Black with #6A3CCF

Text Example


Text Example

White with #6A3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,60,207); }

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

background-color css

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

 a { background-color: rgb(106,60,207); }

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

border-color css

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

 span { border-color: rgb(106,60,207); }

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