Html Css Color HEX #6A31CF Purple Heart

📋 copy color: '#6A31CF'

red 106 ◦ green 49 ◦ blue 207

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

Shades of Purple Heart #6A31CF

Tints of Purple Heart #6A31CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.54%

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

R = 29.28%
G = 13.54%
B = 57.18%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A31CF (or 0x6A31CF) is known color: Purple Heart. HEX triplet: 6A, 31 and CF. RGB value is (106,49,207). Sum of RGB (Red+Green+Blue) = 106+49+207=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A31CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A31CF is #95CE30. Grayscale: #535353. Windows color (decimal): -9817649 or 13578602. OLE color: 13578602.

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

Color convert

RGB 106 49 207 -
CMYK 0.49 0.76 0 0.19
HSL 261.65º 0.62% 0.5% -
HSV(B) 261.65º 0.76% 0.81% -
XYZ 18.3 9.77 59.95 -
YUV 84.06 197.38 143.65 -
System Red Green Blue C M Y K H S L
Decimal 106 49 207 0.49 0.76 0 0.19 261.65 0.62 0.5
Hex 6A 31 CF 31 4C 0 13 106 3E 32
Octal 152 61 317 61 114 0 23 406 76 62
Binary 1101010 110001 11001111 110001 1001100 0 10011 100000110 111110 110010

Color Harmonies of #6A31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A31CF

Black with #6A31CF

Text Example


Text Example

White with #6A31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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