Html Css Color HEX #6705CC Purple Heart

📋 copy color: '#6705CC'

red 103 ◦ green 5 ◦ blue 204

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

Shades of Purple Heart #6705CC

Tints of Purple Heart #6705CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 33.01%
G = 1.6%
B = 65.38%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6705CC (or 0x6705CC) is known color: Purple Heart. HEX triplet: 67, 05 and CC. RGB value is (103,5,204). Sum of RGB (Red+Green+Blue) = 103+5+204=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #6705CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6705CC is #98FA33. Grayscale: #383838. Windows color (decimal): -10025524 or 13370727. OLE color: 13370727.

HSL color Cylindrical-coordinate representation of color #6705CC: hue angle of 269.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6705CC is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 5 204 -
CMYK 0.50 0.98 0 0.2
HSL 269.55º 0.95% 0.41% -
HSV(B) 269.55º 0.98% 0.8% -
XYZ 16.55 7.35 57.67 -
YUV 56.99 210.97 160.82 -
System Red Green Blue C M Y K H S L
Decimal 103 5 204 0.50 0.98 0 0.2 269.55 0.95 0.41
Hex 67 5 CC 32 62 0 14 10E 5F 29
Octal 147 5 314 62 142 0 24 416 137 51
Binary 1100111 101 11001100 110010 1100010 0 10100 100001110 1011111 101001

Color Harmonies of #6705CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705CC

Black with #6705CC

Text Example


Text Example

White with #6705CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6705CC; }

 p { color: rgb(103,5,204); }

 H1.HeaderClassName
 {
   color: #6705CC;
 }
 .AnyTagClassName
 {
   color: #6705CC;
 }
</style>

background-color css

<style>
 a { background-color: #6705CC; }

 a { background-color: rgb(103,5,204); }

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

border-color css

<style>
 span { border-color: #6705CC; }

 span { border-color: rgb(103,5,204); }

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