Html Css Color HEX #6715CA Purple Heart

📋 copy color: '#6715CA'

red 103 ◦ green 21 ◦ blue 202

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

Shades of Purple Heart #6715CA

Tints of Purple Heart #6715CA

RGB

 RED value IS 103 (40.63% from 255) = 31.6%

 GREEN value IS 21 (8.59% from 255) = 6.44%

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

R = 31.6%
G = 6.44%
B = 61.96%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6715CA (or 0x6715CA) is known color: Purple Heart. HEX triplet: 67, 15 and CA. RGB value is (103,21,202). Sum of RGB (Red+Green+Blue) = 103+21+202=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #6715CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6715CA is #98EA35. Grayscale: #414141. Windows color (decimal): -10021430 or 13243751. OLE color: 13243751.

HSL color Cylindrical-coordinate representation of color #6715CA: hue angle of 267.18º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6715CA is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 21 202 -
CMYK 0.49 0.90 0 0.21
HSL 267.18º 0.81% 0.44% -
HSV(B) 267.18º 0.9% 0.79% -
XYZ 16.52 7.68 56.49 -
YUV 66.15 204.67 154.28 -
System Red Green Blue C M Y K H S L
Decimal 103 21 202 0.49 0.90 0 0.21 267.18 0.81 0.44
Hex 67 15 CA 31 5A 0 15 10B 51 2C
Octal 147 25 312 61 132 0 25 413 121 54
Binary 1100111 10101 11001010 110001 1011010 0 10101 100001011 1010001 101100

Color Harmonies of #6715CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6715CA

Black with #6715CA

Text Example


Text Example

White with #6715CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6715CA; }

 p { color: rgb(103,21,202); }

 H1.HeaderClassName
 {
   color: #6715CA;
 }
 .AnyTagClassName
 {
   color: #6715CA;
 }
</style>

background-color css

<style>
 a { background-color: #6715CA; }

 a { background-color: rgb(103,21,202); }

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

border-color css

<style>
 span { border-color: #6715CA; }

 span { border-color: rgb(103,21,202); }

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