Html Css Color HEX #6724CA Purple Heart

📋 copy color: '#6724CA'

red 103 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #6724CA

Tints of Purple Heart #6724CA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

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

R = 30.21%
G = 10.56%
B = 59.24%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6724CA (or 0x6724CA) is known color: Purple Heart. HEX triplet: 67, 24 and CA. RGB value is (103,36,202). Sum of RGB (Red+Green+Blue) = 103+36+202=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #6724CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6724CA is #98DB35. Grayscale: #4A4A4A. Windows color (decimal): -10017590 or 13247591. OLE color: 13247591.

HSL color Cylindrical-coordinate representation of color #6724CA: hue angle of 264.22º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6724CA is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 36 202 -
CMYK 0.49 0.82 0 0.21
HSL 264.22º 0.7% 0.47% -
HSV(B) 264.22º 0.82% 0.79% -
XYZ 16.89 8.41 56.61 -
YUV 74.96 199.7 148 -
System Red Green Blue C M Y K H S L
Decimal 103 36 202 0.49 0.82 0 0.21 264.22 0.7 0.47
Hex 67 24 CA 31 52 0 15 108 46 2F
Octal 147 44 312 61 122 0 25 410 106 57
Binary 1100111 100100 11001010 110001 1010010 0 10101 100001000 1000110 101111

Color Harmonies of #6724CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6724CA

Black with #6724CA

Text Example


Text Example

White with #6724CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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