Html Css Color HEX #6830CA Purple Heart

📋 copy color: '#6830CA'

red 104 ◦ green 48 ◦ blue 202

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

Shades of Purple Heart #6830CA

Tints of Purple Heart #6830CA

RGB

 RED value IS 104 (41.02% from 255) = 29.38%

 GREEN value IS 48 (19.14% from 255) = 13.56%

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

R = 29.38%
G = 13.56%
B = 57.06%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6830CA (or 0x6830CA) is known color: Purple Heart. HEX triplet: 68, 30 and CA. RGB value is (104,48,202). Sum of RGB (Red+Green+Blue) = 104+48+202=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #6830CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6830CA is #97CF35. Grayscale: #515151. Windows color (decimal): -9948982 or 13250664. OLE color: 13250664.

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

Color convert

RGB 104 48 202 -
CMYK 0.49 0.76 0 0.21
HSL 261.82º 0.62% 0.49% -
HSV(B) 261.82º 0.76% 0.79% -
XYZ 17.43 9.32 56.76 -
YUV 82.3 195.55 143.48 -
System Red Green Blue C M Y K H S L
Decimal 104 48 202 0.49 0.76 0 0.21 261.82 0.62 0.49
Hex 68 30 CA 31 4C 0 15 106 3E 31
Octal 150 60 312 61 114 0 25 406 76 61
Binary 1101000 110000 11001010 110001 1001100 0 10101 100000110 111110 110001

Color Harmonies of #6830CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6830CA

Black with #6830CA

Text Example


Text Example

White with #6830CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,48,202); }

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

background-color css

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

 a { background-color: rgb(104,48,202); }

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

border-color css

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

 span { border-color: rgb(104,48,202); }

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